Html Css Color HEX #CA7D19 Ochre

📋 copy color: '#CA7D19'

red 202 ◦ green 125 ◦ blue 25

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

Shades of Ochre #CA7D19

Tints of Ochre #CA7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 57.39%
G = 35.51%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA7D19 (or 0xCA7D19) is known color: Ochre. HEX triplet: CA, 7D and 19. RGB value is (202,125,25). Sum of RGB (Red+Green+Blue) = 202+125+25=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D19 is #3582E6. Grayscale: #898989. Windows color (decimal): -3506919 or 1670602. OLE color: 1670602.

HSL color Cylindrical-coordinate representation of color #CA7D19: hue angle of 33.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA7D19 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 25 -
CMYK 0 0.38 0.88 0.21
HSL 33.9º 0.78% 0.45% -
HSV(B) 33.9º 0.88% 0.79% -
XYZ 31.87 27.29 4.51 -
YUV 136.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 202 125 25 0 0.38 0.88 0.21 33.9 0.78 0.45
Hex CA 7D 19 0 26 58 15 22 4E 2D
Octal 312 175 31 0 46 130 25 42 116 55
Binary 11001010 1111101 11001 0 100110 1011000 10101 100010 1001110 101101

Color Harmonies of #CA7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D19

Black with #CA7D19

Text Example


Text Example

White with #CA7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D19; }

 p { color: rgb(202,125,25); }

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

background-color css

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

 a { background-color: rgb(202,125,25); }

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

border-color css

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

 span { border-color: rgb(202,125,25); }

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