Html Css Color HEX #CC7508 Ochre

📋 copy color: '#CC7508'

red 204 ◦ green 117 ◦ blue 8

#CC7508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7508

Tints of Ochre #CC7508

RGB

 RED value IS 204 (80.08% from 255) = 62.01%

 GREEN value IS 117 (46.09% from 255) = 35.56%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 62.01%
G = 35.56%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC7508 (or 0xCC7508) is known color: Ochre. HEX triplet: CC, 75 and 08. RGB value is (204,117,8). Sum of RGB (Red+Green+Blue) = 204+117+8=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7508 is #338AF7. Grayscale: #838383. Windows color (decimal): -3377912 or 554444. OLE color: 554444.

HSL color Cylindrical-coordinate representation of color #CC7508: hue angle of 33.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC7508 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 8 -
CMYK 0 0.43 0.96 0.2
HSL 33.37º 0.92% 0.42% -
HSV(B) 33.37º 0.96% 0.8% -
XYZ 31.31 25.58 3.52 -
YUV 130.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 204 117 8 0 0.43 0.96 0.2 33.37 0.92 0.42
Hex CC 75 8 0 2B 60 14 21 5C 2A
Octal 314 165 10 0 53 140 24 41 134 52
Binary 11001100 1110101 1000 0 101011 1100000 10100 100001 1011100 101010

Color Harmonies of #CC7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7508

Black with #CC7508

Text Example


Text Example

White with #CC7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7508; }

 p { color: rgb(204,117,8); }

 H1.HeaderClassName
 {
   color: #CC7508;
 }
 .AnyTagClassName
 {
   color: #CC7508;
 }
</style>

background-color css

<style>
 a { background-color: #CC7508; }

 a { background-color: rgb(204,117,8); }

 div.DivClassName
 {
   background-color: #CC7508;
 }
 .BgClassName
 {
   background-color: #CC7508;
 }
</style>

border-color css

<style>
 span { border-color: #CC7508; }

 span { border-color: rgb(204,117,8); }

 td.TdClassName
 {
   border-color: #CC7508;
 }
 .TagClassName
 {
   border-color: #CC7508;
 }
</style>