Html Css Color HEX #CC7C22 Ochre

📋 copy color: '#CC7C22'

red 204 ◦ green 124 ◦ blue 34

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

Shades of Ochre #CC7C22

Tints of Ochre #CC7C22

RGB

 RED value IS 204 (80.08% from 255) = 56.35%

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 56.35%
G = 34.25%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7C22 (or 0xCC7C22) is known color: Ochre. HEX triplet: CC, 7C and 22. RGB value is (204,124,34). Sum of RGB (Red+Green+Blue) = 204+124+34=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C22 is #3383DD. Grayscale: #8A8A8A. Windows color (decimal): -3376094 or 2260172. OLE color: 2260172.

HSL color Cylindrical-coordinate representation of color #CC7C22: hue angle of 31.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7C22 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 34 -
CMYK 0 0.39 0.83 0.2
HSL 31.76º 0.71% 0.47% -
HSV(B) 31.76º 0.83% 0.8% -
XYZ 32.4 27.37 5.09 -
YUV 137.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 204 124 34 0 0.39 0.83 0.2 31.76 0.71 0.47
Hex CC 7C 22 0 27 53 14 20 47 2F
Octal 314 174 42 0 47 123 24 40 107 57
Binary 11001100 1111100 100010 0 100111 1010011 10100 100000 1000111 101111

Color Harmonies of #CC7C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C22

Black with #CC7C22

Text Example


Text Example

White with #CC7C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C22; }

 p { color: rgb(204,124,34); }

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

background-color css

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

 a { background-color: rgb(204,124,34); }

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

border-color css

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

 span { border-color: rgb(204,124,34); }

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