Html Css Color HEX #CC7B22 Ochre

📋 copy color: '#CC7B22'

red 204 ◦ green 123 ◦ blue 34

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

Shades of Ochre #CC7B22

Tints of Ochre #CC7B22

RGB

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

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

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

R = 56.51%
G = 34.07%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7B22 (or 0xCC7B22) is known color: Ochre. HEX triplet: CC, 7B and 22. RGB value is (204,123,34). Sum of RGB (Red+Green+Blue) = 204+123+34=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B22 is #3384DD. Grayscale: #898989. Windows color (decimal): -3376350 or 2259916. OLE color: 2259916.

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

Color convert

RGB 204 123 34 -
CMYK 0 0.40 0.83 0.2
HSL 31.41º 0.71% 0.47% -
HSV(B) 31.41º 0.83% 0.8% -
XYZ 32.27 27.12 5.05 -
YUV 137.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 204 123 34 0 0.40 0.83 0.2 31.41 0.71 0.47
Hex CC 7B 22 0 28 53 14 1F 47 2F
Octal 314 173 42 0 50 123 24 37 107 57
Binary 11001100 1111011 100010 0 101000 1010011 10100 11111 1000111 101111

Color Harmonies of #CC7B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B22

Black with #CC7B22

Text Example


Text Example

White with #CC7B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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