Html Css Color HEX #CA7A0C Ochre

📋 copy color: '#CA7A0C'

red 202 ◦ green 122 ◦ blue 12

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

Shades of Ochre #CA7A0C

Tints of Ochre #CA7A0C

RGB

 RED value IS 202 (79.3% from 255) = 60.12%

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 60.12%
G = 36.31%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA7A0C (or 0xCA7A0C) is known color: Ochre. HEX triplet: CA, 7A and 0C. RGB value is (202,122,12). Sum of RGB (Red+Green+Blue) = 202+122+12=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A0C is #3585F3. Grayscale: #858585. Windows color (decimal): -3507700 or 817866. OLE color: 817866.

HSL color Cylindrical-coordinate representation of color #CA7A0C: hue angle of 34.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA7A0C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 12 -
CMYK 0 0.40 0.94 0.21
HSL 34.74º 0.89% 0.42% -
HSV(B) 34.74º 0.94% 0.79% -
XYZ 31.38 26.5 3.81 -
YUV 133.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 202 122 12 0 0.40 0.94 0.21 34.74 0.89 0.42
Hex CA 7A C 0 28 5E 15 23 59 2A
Octal 312 172 14 0 50 136 25 43 131 52
Binary 11001010 1111010 1100 0 101000 1011110 10101 100011 1011001 101010

Color Harmonies of #CA7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A0C

Black with #CA7A0C

Text Example


Text Example

White with #CA7A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A0C; }

 p { color: rgb(202,122,12); }

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

background-color css

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

 a { background-color: rgb(202,122,12); }

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

border-color css

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

 span { border-color: rgb(202,122,12); }

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