Html Css Color HEX #CC7A21 Ochre

📋 copy color: '#CC7A21'

red 204 ◦ green 122 ◦ blue 33

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

Shades of Ochre #CC7A21

Tints of Ochre #CC7A21

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 56.82%
G = 33.98%
B = 9.19%

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

#CC7A21 (or 0xCC7A21) is known color: Ochre. HEX triplet: CC, 7A and 21. RGB value is (204,122,33). Sum of RGB (Red+Green+Blue) = 204+122+33=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A21 is #3385DE. Grayscale: #888888. Windows color (decimal): -3376607 or 2194124. OLE color: 2194124.

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

Color convert

RGB 204 122 33 -
CMYK 0 0.40 0.84 0.2
HSL 31.23º 0.72% 0.46% -
HSV(B) 31.23º 0.84% 0.8% -
XYZ 32.14 26.87 4.93 -
YUV 136.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 204 122 33 0 0.40 0.84 0.2 31.23 0.72 0.46
Hex CC 7A 21 0 28 54 14 1F 48 2E
Octal 314 172 41 0 50 124 24 37 110 56
Binary 11001100 1111010 100001 0 101000 1010100 10100 11111 1001000 101110

Color Harmonies of #CC7A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A21

Black with #CC7A21

Text Example


Text Example

White with #CC7A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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