Html Css Color HEX #CC7A13 Ochre

📋 copy color: '#CC7A13'

red 204 ◦ green 122 ◦ blue 19

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

Shades of Ochre #CC7A13

Tints of Ochre #CC7A13

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 59.13%
G = 35.36%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7A13 (or 0xCC7A13) is known color: Ochre. HEX triplet: CC, 7A and 13. RGB value is (204,122,19). Sum of RGB (Red+Green+Blue) = 204+122+19=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A13 is #3385EC. Grayscale: #878787. Windows color (decimal): -3376621 or 1276620. OLE color: 1276620.

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

Color convert

RGB 204 122 19 -
CMYK 0 0.40 0.91 0.2
HSL 33.41º 0.83% 0.44% -
HSV(B) 33.41º 0.91% 0.8% -
XYZ 31.98 26.8 4.1 -
YUV 134.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 204 122 19 0 0.40 0.91 0.2 33.41 0.83 0.44
Hex CC 7A 13 0 28 5B 14 21 53 2C
Octal 314 172 23 0 50 133 24 41 123 54
Binary 11001100 1111010 10011 0 101000 1011011 10100 100001 1010011 101100

Color Harmonies of #CC7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A13

Black with #CC7A13

Text Example


Text Example

White with #CC7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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