Html Css Color HEX #CA7918 Ochre

📋 copy color: '#CA7918'

red 202 ◦ green 121 ◦ blue 24

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

Shades of Ochre #CA7918

Tints of Ochre #CA7918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 58.21%
G = 34.87%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA7918 (or 0xCA7918) is known color: Ochre. HEX triplet: CA, 79 and 18. RGB value is (202,121,24). Sum of RGB (Red+Green+Blue) = 202+121+24=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7918 is #3586E7. Grayscale: #868686. Windows color (decimal): -3507944 or 1604042. OLE color: 1604042.

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

Color convert

RGB 202 121 24 -
CMYK 0 0.40 0.88 0.21
HSL 32.7º 0.79% 0.44% -
HSV(B) 32.7º 0.88% 0.79% -
XYZ 31.36 26.3 4.29 -
YUV 134.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 202 121 24 0 0.40 0.88 0.21 32.7 0.79 0.44
Hex CA 79 18 0 28 58 15 21 4F 2C
Octal 312 171 30 0 50 130 25 41 117 54
Binary 11001010 1111001 11000 0 101000 1011000 10101 100001 1001111 101100

Color Harmonies of #CA7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7918

Black with #CA7918

Text Example


Text Example

White with #CA7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7918; }

 p { color: rgb(202,121,24); }

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

background-color css

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

 a { background-color: rgb(202,121,24); }

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

border-color css

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

 span { border-color: rgb(202,121,24); }

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