Html Css Color HEX #CC7428 Ochre

📋 copy color: '#CC7428'

red 204 ◦ green 116 ◦ blue 40

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

Shades of Ochre #CC7428

Tints of Ochre #CC7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 56.67%
G = 32.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC7428 (or 0xCC7428) is known color: Ochre. HEX triplet: CC, 74 and 28. RGB value is (204,116,40). Sum of RGB (Red+Green+Blue) = 204+116+40=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7428 is #338BD7. Grayscale: #868686. Windows color (decimal): -3378136 or 2651340. OLE color: 2651340.

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

Color convert

RGB 204 116 40 -
CMYK 0 0.43 0.80 0.2
HSL 27.8º 0.67% 0.48% -
HSV(B) 27.8º 0.8% 0.8% -
XYZ 31.53 25.48 5.26 -
YUV 133.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 204 116 40 0 0.43 0.80 0.2 27.8 0.67 0.48
Hex CC 74 28 0 2B 50 14 1C 43 30
Octal 314 164 50 0 53 120 24 34 103 60
Binary 11001100 1110100 101000 0 101011 1010000 10100 11100 1000011 110000

Color Harmonies of #CC7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7428

Black with #CC7428

Text Example


Text Example

White with #CC7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7428; }

 p { color: rgb(204,116,40); }

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

background-color css

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

 a { background-color: rgb(204,116,40); }

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

border-color css

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

 span { border-color: rgb(204,116,40); }

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