Html Css Color HEX #CC751C Ochre

📋 copy color: '#CC751C'

red 204 ◦ green 117 ◦ blue 28

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

Shades of Ochre #CC751C

Tints of Ochre #CC751C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 58.45%
G = 33.52%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC751C (or 0xCC751C) is known color: Ochre. HEX triplet: CC, 75 and 1C. RGB value is (204,117,28). Sum of RGB (Red+Green+Blue) = 204+117+28=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC751C is #338AE3. Grayscale: #858585. Windows color (decimal): -3377892 or 1865164. OLE color: 1865164.

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

Color convert

RGB 204 117 28 -
CMYK 0 0.43 0.86 0.2
HSL 30.34º 0.76% 0.45% -
HSV(B) 30.34º 0.86% 0.8% -
XYZ 31.47 25.64 4.39 -
YUV 132.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 204 117 28 0 0.43 0.86 0.2 30.34 0.76 0.45
Hex CC 75 1C 0 2B 56 14 1E 4C 2D
Octal 314 165 34 0 53 126 24 36 114 55
Binary 11001100 1110101 11100 0 101011 1010110 10100 11110 1001100 101101

Color Harmonies of #CC751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC751C

Black with #CC751C

Text Example


Text Example

White with #CC751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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