Html Css Color HEX #CC7B21 Ochre

📋 copy color: '#CC7B21'

red 204 ◦ green 123 ◦ blue 33

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

Shades of Ochre #CC7B21

Tints of Ochre #CC7B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 56.67%
G = 34.17%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7B21 (or 0xCC7B21) is known color: Ochre. HEX triplet: CC, 7B and 21. RGB value is (204,123,33). Sum of RGB (Red+Green+Blue) = 204+123+33=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B21 is #3384DE. Grayscale: #898989. Windows color (decimal): -3376351 or 2194380. OLE color: 2194380.

HSL color Cylindrical-coordinate representation of color #CC7B21: hue angle of 31.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC7B21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 33 -
CMYK 0 0.40 0.84 0.2
HSL 31.58º 0.72% 0.46% -
HSV(B) 31.58º 0.84% 0.8% -
XYZ 32.26 27.11 4.97 -
YUV 136.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 204 123 33 0 0.40 0.84 0.2 31.58 0.72 0.46
Hex CC 7B 21 0 28 54 14 20 48 2E
Octal 314 173 41 0 50 124 24 40 110 56
Binary 11001100 1111011 100001 0 101000 1010100 10100 100000 1001000 101110

Color Harmonies of #CC7B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B21

Black with #CC7B21

Text Example


Text Example

White with #CC7B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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