Html Css Color HEX #CC5838 Chilean Fire

📋 copy color: '#CC5838'

red 204 ◦ green 88 ◦ blue 56

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

Shades of Chilean Fire #CC5838

Tints of Chilean Fire #CC5838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 58.62%
G = 25.29%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC5838 (or 0xCC5838) is known color: Chilean Fire. HEX triplet: CC, 58 and 38. RGB value is (204,88,56). Sum of RGB (Red+Green+Blue) = 204+88+56=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5838 is #33A7C7. Grayscale: #777777. Windows color (decimal): -3385288 or 3692748. OLE color: 3692748.

HSL color Cylindrical-coordinate representation of color #CC5838: hue angle of 12.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC5838 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 56 -
CMYK 0 0.57 0.73 0.2
HSL 12.97º 0.59% 0.51% -
HSV(B) 12.97º 0.73% 0.8% -
XYZ 29.11 20.1 6.09 -
YUV 119.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 204 88 56 0 0.57 0.73 0.2 12.97 0.59 0.51
Hex CC 58 38 0 39 49 14 D 3B 33
Octal 314 130 70 0 71 111 24 15 73 63
Binary 11001100 1011000 111000 0 111001 1001001 10100 1101 111011 110011

Color Harmonies of #CC5838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5838

Black with #CC5838

Text Example


Text Example

White with #CC5838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5838; }

 p { color: rgb(204,88,56); }

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

background-color css

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

 a { background-color: rgb(204,88,56); }

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

border-color css

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

 span { border-color: rgb(204,88,56); }

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