Html Css Color HEX #CA7A0D Ochre

📋 copy color: '#CA7A0D'

red 202 ◦ green 122 ◦ blue 13

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

Shades of Ochre #CA7A0D

Tints of Ochre #CA7A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 59.94%
G = 36.2%
B = 3.86%

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

#CA7A0D (or 0xCA7A0D) is known color: Ochre. HEX triplet: CA, 7A and 0D. RGB value is (202,122,13). Sum of RGB (Red+Green+Blue) = 202+122+13=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A0D is #3585F2. Grayscale: #868686. Windows color (decimal): -3507699 or 883402. OLE color: 883402.

HSL color Cylindrical-coordinate representation of color #CA7A0D: hue angle of 34.6º degrees, saturation: 0.88, 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 #CA7A0D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 13 -
CMYK 0 0.40 0.94 0.21
HSL 34.6º 0.88% 0.42% -
HSV(B) 34.6º 0.94% 0.79% -
XYZ 31.39 26.5 3.84 -
YUV 133.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 202 122 13 0 0.40 0.94 0.21 34.6 0.88 0.42
Hex CA 7A D 0 28 5E 15 23 58 2A
Octal 312 172 15 0 50 136 25 43 130 52
Binary 11001010 1111010 1101 0 101000 1011110 10101 100011 1011000 101010

Color Harmonies of #CA7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A0D

Black with #CA7A0D

Text Example


Text Example

White with #CA7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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