Html Css Color HEX #CC762B Ochre

📋 copy color: '#CC762B'

red 204 ◦ green 118 ◦ blue 43

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

Shades of Ochre #CC762B

Tints of Ochre #CC762B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 55.89%
G = 32.33%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC762B (or 0xCC762B) is known color: Ochre. HEX triplet: CC, 76 and 2B. RGB value is (204,118,43). Sum of RGB (Red+Green+Blue) = 204+118+43=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC762B is #3389D4. Grayscale: #878787. Windows color (decimal): -3377621 or 2848460. OLE color: 2848460.

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

Color convert

RGB 204 118 43 -
CMYK 0 0.42 0.79 0.2
HSL 27.95º 0.65% 0.48% -
HSV(B) 27.95º 0.79% 0.8% -
XYZ 31.82 25.97 5.62 -
YUV 135.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 204 118 43 0 0.42 0.79 0.2 27.95 0.65 0.48
Hex CC 76 2B 0 2A 4F 14 1C 41 30
Octal 314 166 53 0 52 117 24 34 101 60
Binary 11001100 1110110 101011 0 101010 1001111 10100 11100 1000001 110000

Color Harmonies of #CC762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC762B

Black with #CC762B

Text Example


Text Example

White with #CC762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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