Html Css Color HEX #CC7509 Ochre

📋 copy color: '#CC7509'

red 204 ◦ green 117 ◦ blue 9

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

Shades of Ochre #CC7509

Tints of Ochre #CC7509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 61.82%
G = 35.45%
B = 2.73%

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

#CC7509 (or 0xCC7509) is known color: Ochre. HEX triplet: CC, 75 and 09. RGB value is (204,117,9). Sum of RGB (Red+Green+Blue) = 204+117+9=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7509 is #338AF6. Grayscale: #838383. Windows color (decimal): -3377911 or 619980. OLE color: 619980.

HSL color Cylindrical-coordinate representation of color #CC7509: hue angle of 33.23º 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 #CC7509 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 9 -
CMYK 0 0.43 0.96 0.2
HSL 33.23º 0.92% 0.42% -
HSV(B) 33.23º 0.96% 0.8% -
XYZ 31.31 25.58 3.55 -
YUV 130.7 59.32 180.28 -
System Red Green Blue C M Y K H S L
Decimal 204 117 9 0 0.43 0.96 0.2 33.23 0.92 0.42
Hex CC 75 9 0 2B 60 14 21 5C 2A
Octal 314 165 11 0 53 140 24 41 134 52
Binary 11001100 1110101 1001 0 101011 1100000 10100 100001 1011100 101010

Color Harmonies of #CC7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7509

Black with #CC7509

Text Example


Text Example

White with #CC7509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7509; }

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

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

background-color css

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

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

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

border-color css

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

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

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