Html Css Color HEX #CC5B2E Chilean Fire

📋 copy color: '#CC5B2E'

red 204 ◦ green 91 ◦ blue 46

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

Shades of Chilean Fire #CC5B2E

Tints of Chilean Fire #CC5B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.69%

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 59.82%
G = 26.69%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC5B2E (or 0xCC5B2E) is known color: Chilean Fire. HEX triplet: CC, 5B and 2E. RGB value is (204,91,46). Sum of RGB (Red+Green+Blue) = 204+91+46=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B2E is #33A4D1. Grayscale: #777777. Windows color (decimal): -3384530 or 3038156. OLE color: 3038156.

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

Color convert

RGB 204 91 46 -
CMYK 0 0.55 0.77 0.2
HSL 17.09º 0.63% 0.49% -
HSV(B) 17.09º 0.77% 0.8% -
XYZ 29.14 20.52 5.01 -
YUV 119.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 204 91 46 0 0.55 0.77 0.2 17.09 0.63 0.49
Hex CC 5B 2E 0 37 4D 14 11 3F 31
Octal 314 133 56 0 67 115 24 21 77 61
Binary 11001100 1011011 101110 0 110111 1001101 10100 10001 111111 110001

Color Harmonies of #CC5B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B2E

Black with #CC5B2E

Text Example


Text Example

White with #CC5B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B2E; }

 p { color: rgb(204,91,46); }

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

background-color css

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

 a { background-color: rgb(204,91,46); }

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

border-color css

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

 span { border-color: rgb(204,91,46); }

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