Html Css Color HEX #CA7E23 Ochre

📋 copy color: '#CA7E23'

red 202 ◦ green 126 ◦ blue 35

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

Shades of Ochre #CA7E23

Tints of Ochre #CA7E23

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

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

R = 55.65%
G = 34.71%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA7E23 (or 0xCA7E23) is known color: Ochre. HEX triplet: CA, 7E and 23. RGB value is (202,126,35). Sum of RGB (Red+Green+Blue) = 202+126+35=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E23 is #3581DC. Grayscale: #8A8A8A. Windows color (decimal): -3506653 or 2326218. OLE color: 2326218.

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

Color convert

RGB 202 126 35 -
CMYK 0 0.38 0.83 0.21
HSL 32.69º 0.7% 0.46% -
HSV(B) 32.69º 0.83% 0.79% -
XYZ 32.12 27.6 5.22 -
YUV 138.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 202 126 35 0 0.38 0.83 0.21 32.69 0.7 0.46
Hex CA 7E 23 0 26 53 15 21 46 2E
Octal 312 176 43 0 46 123 25 41 106 56
Binary 11001010 1111110 100011 0 100110 1010011 10101 100001 1000110 101110

Color Harmonies of #CA7E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E23

Black with #CA7E23

Text Example


Text Example

White with #CA7E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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