Html Css Color HEX #CA8618 Ochre

📋 copy color: '#CA8618'

red 202 ◦ green 134 ◦ blue 24

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

Shades of Ochre #CA8618

Tints of Ochre #CA8618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

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

R = 56.11%
G = 37.22%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8618 (or 0xCA8618) is known color: Ochre. HEX triplet: CA, 86 and 18. RGB value is (202,134,24). Sum of RGB (Red+Green+Blue) = 202+134+24=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8618 is #3579E7. Grayscale: #8E8E8E. Windows color (decimal): -3504616 or 1607370. OLE color: 1607370.

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

Color convert

RGB 202 134 24 -
CMYK 0 0.34 0.88 0.21
HSL 37.08º 0.79% 0.44% -
HSV(B) 37.08º 0.88% 0.79% -
XYZ 33.05 29.67 4.85 -
YUV 141.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 202 134 24 0 0.34 0.88 0.21 37.08 0.79 0.44
Hex CA 86 18 0 22 58 15 25 4F 2C
Octal 312 206 30 0 42 130 25 45 117 54
Binary 11001010 10000110 11000 0 100010 1011000 10101 100101 1001111 101100

Color Harmonies of #CA8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8618

Black with #CA8618

Text Example


Text Example

White with #CA8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8618; }

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

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

background-color css

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

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

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

border-color css

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

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

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