Html Css Color HEX #CA8023 Ochre

📋 copy color: '#CA8023'

red 202 ◦ green 128 ◦ blue 35

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

Shades of Ochre #CA8023

Tints of Ochre #CA8023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 55.34%
G = 35.07%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA8023 (or 0xCA8023) is known color: Ochre. HEX triplet: CA, 80 and 23. RGB value is (202,128,35). Sum of RGB (Red+Green+Blue) = 202+128+35=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8023 is #357FDC. Grayscale: #8B8B8B. Windows color (decimal): -3506141 or 2326730. OLE color: 2326730.

HSL color Cylindrical-coordinate representation of color #CA8023: hue angle of 33.41º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8023 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 35 -
CMYK 0 0.37 0.83 0.21
HSL 33.41º 0.7% 0.46% -
HSV(B) 33.41º 0.83% 0.79% -
XYZ 32.38 28.12 5.31 -
YUV 139.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 202 128 35 0 0.37 0.83 0.21 33.41 0.7 0.46
Hex CA 80 23 0 25 53 15 21 46 2E
Octal 312 200 43 0 45 123 25 41 106 56
Binary 11001010 10000000 100011 0 100101 1010011 10101 100001 1000110 101110

Color Harmonies of #CA8023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8023

Black with #CA8023

Text Example


Text Example

White with #CA8023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8023; }

 p { color: rgb(202,128,35); }

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

background-color css

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

 a { background-color: rgb(202,128,35); }

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

border-color css

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

 span { border-color: rgb(202,128,35); }

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