Html Css Color HEX #CA7608 Ochre

📋 copy color: '#CA7608'

red 202 ◦ green 118 ◦ blue 8

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

Shades of Ochre #CA7608

Tints of Ochre #CA7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 61.59%
G = 35.98%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA7608 (or 0xCA7608) is known color: Ochre. HEX triplet: CA, 76 and 08. RGB value is (202,118,8). Sum of RGB (Red+Green+Blue) = 202+118+8=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7608 is #3589F7. Grayscale: #838383. Windows color (decimal): -3508728 or 554698. OLE color: 554698.

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

Color convert

RGB 202 118 8 -
CMYK 0 0.42 0.96 0.21
HSL 34.02º 0.92% 0.41% -
HSV(B) 34.02º 0.96% 0.79% -
XYZ 30.88 25.53 3.53 -
YUV 130.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 202 118 8 0 0.42 0.96 0.21 34.02 0.92 0.41
Hex CA 76 8 0 2A 60 15 22 5C 29
Octal 312 166 10 0 52 140 25 42 134 51
Binary 11001010 1110110 1000 0 101010 1100000 10101 100010 1011100 101001

Color Harmonies of #CA7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7608

Black with #CA7608

Text Example


Text Example

White with #CA7608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7608; }

 p { color: rgb(202,118,8); }

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

background-color css

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

 a { background-color: rgb(202,118,8); }

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

border-color css

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

 span { border-color: rgb(202,118,8); }

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