Html Css Color HEX #CC7A27 Ochre

📋 copy color: '#CC7A27'

red 204 ◦ green 122 ◦ blue 39

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

Shades of Ochre #CC7A27

Tints of Ochre #CC7A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 55.89%
G = 33.42%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7A27 (or 0xCC7A27) is known color: Ochre. HEX triplet: CC, 7A and 27. RGB value is (204,122,39). Sum of RGB (Red+Green+Blue) = 204+122+39=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A27 is #3385D8. Grayscale: #898989. Windows color (decimal): -3376601 or 2587340. OLE color: 2587340.

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

Color convert

RGB 204 122 39 -
CMYK 0 0.40 0.81 0.2
HSL 30.18º 0.68% 0.48% -
HSV(B) 30.18º 0.81% 0.8% -
XYZ 32.23 26.9 5.41 -
YUV 137.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 204 122 39 0 0.40 0.81 0.2 30.18 0.68 0.48
Hex CC 7A 27 0 28 51 14 1E 44 30
Octal 314 172 47 0 50 121 24 36 104 60
Binary 11001100 1111010 100111 0 101000 1010001 10100 11110 1000100 110000

Color Harmonies of #CC7A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A27

Black with #CC7A27

Text Example


Text Example

White with #CC7A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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