Html Css Color HEX #CC761B Ochre

📋 copy color: '#CC761B'

red 204 ◦ green 118 ◦ blue 27

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

Shades of Ochre #CC761B

Tints of Ochre #CC761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 58.45%
G = 33.81%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC761B (or 0xCC761B) is known color: Ochre. HEX triplet: CC, 76 and 1B. RGB value is (204,118,27). Sum of RGB (Red+Green+Blue) = 204+118+27=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC761B is #3389E4. Grayscale: #858585. Windows color (decimal): -3377637 or 1799884. OLE color: 1799884.

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

Color convert

RGB 204 118 27 -
CMYK 0 0.42 0.87 0.2
HSL 30.85º 0.77% 0.45% -
HSV(B) 30.85º 0.87% 0.8% -
XYZ 31.58 25.87 4.37 -
YUV 133.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 204 118 27 0 0.42 0.87 0.2 30.85 0.77 0.45
Hex CC 76 1B 0 2A 57 14 1F 4D 2D
Octal 314 166 33 0 52 127 24 37 115 55
Binary 11001100 1110110 11011 0 101010 1010111 10100 11111 1001101 101101

Color Harmonies of #CC761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC761B

Black with #CC761B

Text Example


Text Example

White with #CC761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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