Html Css Color HEX #CA7716 Ochre

📋 copy color: '#CA7716'

red 202 ◦ green 119 ◦ blue 22

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

Shades of Ochre #CA7716

Tints of Ochre #CA7716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 58.89%
G = 34.69%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7716 (or 0xCA7716) is known color: Ochre. HEX triplet: CA, 77 and 16. RGB value is (202,119,22). Sum of RGB (Red+Green+Blue) = 202+119+22=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7716 is #3588E9. Grayscale: #858585. Windows color (decimal): -3508458 or 1472458. OLE color: 1472458.

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

Color convert

RGB 202 119 22 -
CMYK 0 0.41 0.89 0.21
HSL 32.33º 0.8% 0.44% -
HSV(B) 32.33º 0.89% 0.79% -
XYZ 31.1 25.81 4.1 -
YUV 132.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 202 119 22 0 0.41 0.89 0.21 32.33 0.8 0.44
Hex CA 77 16 0 29 59 15 20 50 2C
Octal 312 167 26 0 51 131 25 40 120 54
Binary 11001010 1110111 10110 0 101001 1011001 10101 100000 1010000 101100

Color Harmonies of #CA7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7716

Black with #CA7716

Text Example


Text Example

White with #CA7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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