Html Css Color HEX #CA7718 Ochre

📋 copy color: '#CA7718'

red 202 ◦ green 119 ◦ blue 24

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

Shades of Ochre #CA7718

Tints of Ochre #CA7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 58.55%
G = 34.49%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA7718 (or 0xCA7718) is known color: Ochre. HEX triplet: CA, 77 and 18. RGB value is (202,119,24). Sum of RGB (Red+Green+Blue) = 202+119+24=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7718 is #3588E7. Grayscale: #858585. Windows color (decimal): -3508456 or 1603530. OLE color: 1603530.

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

Color convert

RGB 202 119 24 -
CMYK 0 0.41 0.88 0.21
HSL 32.02º 0.79% 0.44% -
HSV(B) 32.02º 0.88% 0.79% -
XYZ 31.12 25.82 4.21 -
YUV 132.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 202 119 24 0 0.41 0.88 0.21 32.02 0.79 0.44
Hex CA 77 18 0 29 58 15 20 4F 2C
Octal 312 167 30 0 51 130 25 40 117 54
Binary 11001010 1110111 11000 0 101001 1011000 10101 100000 1001111 101100

Color Harmonies of #CA7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7718

Black with #CA7718

Text Example


Text Example

White with #CA7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7718; }

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

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

background-color css

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

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

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

border-color css

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

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

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