Html Css Color HEX #CA7B22 Ochre

📋 copy color: '#CA7B22'

red 202 ◦ green 123 ◦ blue 34

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

Shades of Ochre #CA7B22

Tints of Ochre #CA7B22

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 34 (13.67% from 255) = 9.47%

R = 56.27%
G = 34.26%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA7B22 (or 0xCA7B22) is known color: Ochre. HEX triplet: CA, 7B and 22. RGB value is (202,123,34). Sum of RGB (Red+Green+Blue) = 202+123+34=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B22 is #3584DD. Grayscale: #888888. Windows color (decimal): -3507422 or 2259914. OLE color: 2259914.

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

Color convert

RGB 202 123 34 -
CMYK 0 0.39 0.83 0.21
HSL 31.79º 0.71% 0.46% -
HSV(B) 31.79º 0.83% 0.79% -
XYZ 31.73 26.84 5.02 -
YUV 136.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 202 123 34 0 0.39 0.83 0.21 31.79 0.71 0.46
Hex CA 7B 22 0 27 53 15 20 47 2E
Octal 312 173 42 0 47 123 25 40 107 56
Binary 11001010 1111011 100010 0 100111 1010011 10101 100000 1000111 101110

Color Harmonies of #CA7B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B22

Black with #CA7B22

Text Example


Text Example

White with #CA7B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B22; }

 p { color: rgb(202,123,34); }

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

background-color css

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

 a { background-color: rgb(202,123,34); }

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

border-color css

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

 span { border-color: rgb(202,123,34); }

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