Html Css Color HEX #CC7514 Ochre

📋 copy color: '#CC7514'

red 204 ◦ green 117 ◦ blue 20

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

Shades of Ochre #CC7514

Tints of Ochre #CC7514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 59.82%
G = 34.31%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7514 (or 0xCC7514) is known color: Ochre. HEX triplet: CC, 75 and 14. RGB value is (204,117,20). Sum of RGB (Red+Green+Blue) = 204+117+20=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7514 is #338AEB. Grayscale: #848484. Windows color (decimal): -3377900 or 1340876. OLE color: 1340876.

HSL color Cylindrical-coordinate representation of color #CC7514: hue angle of 31.63º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC7514 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 20 -
CMYK 0 0.43 0.90 0.2
HSL 31.63º 0.82% 0.44% -
HSV(B) 31.63º 0.9% 0.8% -
XYZ 31.39 25.61 3.95 -
YUV 131.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 204 117 20 0 0.43 0.90 0.2 31.63 0.82 0.44
Hex CC 75 14 0 2B 5A 14 20 52 2C
Octal 314 165 24 0 53 132 24 40 122 54
Binary 11001100 1110101 10100 0 101011 1011010 10100 100000 1010010 101100

Color Harmonies of #CC7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7514

Black with #CC7514

Text Example


Text Example

White with #CC7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7514; }

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

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

background-color css

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

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

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

border-color css

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

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

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