Html Css Color HEX #CC751E Ochre

📋 copy color: '#CC751E'

red 204 ◦ green 117 ◦ blue 30

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

Shades of Ochre #CC751E

Tints of Ochre #CC751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 58.12%
G = 33.33%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC751E (or 0xCC751E) is known color: Ochre. HEX triplet: CC, 75 and 1E. RGB value is (204,117,30). Sum of RGB (Red+Green+Blue) = 204+117+30=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC751E is #338AE1. Grayscale: #858585. Windows color (decimal): -3377890 or 1996236. OLE color: 1996236.

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

Color convert

RGB 204 117 30 -
CMYK 0 0.43 0.85 0.2
HSL 30º 0.74% 0.46% -
HSV(B) 30º 0.85% 0.8% -
XYZ 31.5 25.65 4.52 -
YUV 133.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 204 117 30 0 0.43 0.85 0.2 30 0.74 0.46
Hex CC 75 1E 0 2B 55 14 1E 4A 2E
Octal 314 165 36 0 53 125 24 36 112 56
Binary 11001100 1110101 11110 0 101011 1010101 10100 11110 1001010 101110

Color Harmonies of #CC751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC751E

Black with #CC751E

Text Example


Text Example

White with #CC751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC751E; }

 p { color: rgb(204,117,30); }

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

background-color css

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

 a { background-color: rgb(204,117,30); }

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

border-color css

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

 span { border-color: rgb(204,117,30); }

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