Html Css Color HEX #CC7627 Ochre

📋 copy color: '#CC7627'

red 204 ◦ green 118 ◦ blue 39

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

Shades of Ochre #CC7627

Tints of Ochre #CC7627

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 56.51%
G = 32.69%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7627 (or 0xCC7627) is known color: Ochre. HEX triplet: CC, 76 and 27. RGB value is (204,118,39). Sum of RGB (Red+Green+Blue) = 204+118+39=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7627 is #3389D8. Grayscale: #878787. Windows color (decimal): -3377625 or 2586316. OLE color: 2586316.

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

Color convert

RGB 204 118 39 -
CMYK 0 0.42 0.81 0.2
HSL 28.73º 0.68% 0.48% -
HSV(B) 28.73º 0.81% 0.8% -
XYZ 31.75 25.94 5.25 -
YUV 134.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 204 118 39 0 0.42 0.81 0.2 28.73 0.68 0.48
Hex CC 76 27 0 2A 51 14 1D 44 30
Octal 314 166 47 0 52 121 24 35 104 60
Binary 11001100 1110110 100111 0 101010 1010001 10100 11101 1000100 110000

Color Harmonies of #CC7627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7627

Black with #CC7627

Text Example


Text Example

White with #CC7627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7627; }

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

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

background-color css

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

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

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

border-color css

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

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

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