Html Css Color HEX #CC7F13 Ochre

📋 copy color: '#CC7F13'

red 204 ◦ green 127 ◦ blue 19

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

Shades of Ochre #CC7F13

Tints of Ochre #CC7F13

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 58.29%
G = 36.29%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7F13 (or 0xCC7F13) is known color: Ochre. HEX triplet: CC, 7F and 13. RGB value is (204,127,19). Sum of RGB (Red+Green+Blue) = 204+127+19=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F13 is #3380EC. Grayscale: #8A8A8A. Windows color (decimal): -3375341 or 1277900. OLE color: 1277900.

HSL color Cylindrical-coordinate representation of color #CC7F13: hue angle of 35.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC7F13 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 19 -
CMYK 0 0.38 0.91 0.2
HSL 35.03º 0.83% 0.44% -
HSV(B) 35.03º 0.91% 0.8% -
XYZ 32.61 28.06 4.31 -
YUV 137.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 204 127 19 0 0.38 0.91 0.2 35.03 0.83 0.44
Hex CC 7F 13 0 26 5B 14 23 53 2C
Octal 314 177 23 0 46 133 24 43 123 54
Binary 11001100 1111111 10011 0 100110 1011011 10100 100011 1010011 101100

Color Harmonies of #CC7F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F13

Black with #CC7F13

Text Example


Text Example

White with #CC7F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F13; }

 p { color: rgb(204,127,19); }

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

background-color css

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

 a { background-color: rgb(204,127,19); }

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

border-color css

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

 span { border-color: rgb(204,127,19); }

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