Html Css Color HEX #CA6F19 Ochre

📋 copy color: '#CA6F19'

red 202 ◦ green 111 ◦ blue 25

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

Shades of Ochre #CA6F19

Tints of Ochre #CA6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 59.76%
G = 32.84%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA6F19 (or 0xCA6F19) is known color: Ochre. HEX triplet: CA, 6F and 19. RGB value is (202,111,25). Sum of RGB (Red+Green+Blue) = 202+111+25=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F19 is #3590E6. Grayscale: #808080. Windows color (decimal): -3510503 or 1667018. OLE color: 1667018.

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

Color convert

RGB 202 111 25 -
CMYK 0 0.45 0.88 0.21
HSL 29.15º 0.78% 0.45% -
HSV(B) 29.15º 0.88% 0.79% -
XYZ 30.22 24 3.96 -
YUV 128.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 202 111 25 0 0.45 0.88 0.21 29.15 0.78 0.45
Hex CA 6F 19 0 2D 58 15 1D 4E 2D
Octal 312 157 31 0 55 130 25 35 116 55
Binary 11001010 1101111 11001 0 101101 1011000 10101 11101 1001110 101101

Color Harmonies of #CA6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6F19

Black with #CA6F19

Text Example


Text Example

White with #CA6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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