Html Css Color HEX #CA7617 Ochre

📋 copy color: '#CA7617'

red 202 ◦ green 118 ◦ blue 23

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

Shades of Ochre #CA7617

Tints of Ochre #CA7617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.71%

R = 58.89%
G = 34.4%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA7617 (or 0xCA7617) is known color: Ochre. HEX triplet: CA, 76 and 17. RGB value is (202,118,23). Sum of RGB (Red+Green+Blue) = 202+118+23=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7617 is #3589E8. Grayscale: #848484. Windows color (decimal): -3508713 or 1537738. OLE color: 1537738.

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

Color convert

RGB 202 118 23 -
CMYK 0 0.42 0.89 0.21
HSL 31.84º 0.8% 0.44% -
HSV(B) 31.84º 0.89% 0.79% -
XYZ 30.99 25.58 4.11 -
YUV 132.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 202 118 23 0 0.42 0.89 0.21 31.84 0.8 0.44
Hex CA 76 17 0 2A 59 15 20 50 2C
Octal 312 166 27 0 52 131 25 40 120 54
Binary 11001010 1110110 10111 0 101010 1011001 10101 100000 1010000 101100

Color Harmonies of #CA7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7617

Black with #CA7617

Text Example


Text Example

White with #CA7617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7617; }

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

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

background-color css

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

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

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

border-color css

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

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

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