Html Css Color HEX #CC5826 Chilean Fire

📋 copy color: '#CC5826'

red 204 ◦ green 88 ◦ blue 38

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

Shades of Chilean Fire #CC5826

Tints of Chilean Fire #CC5826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 61.82%
G = 26.67%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC5826 (or 0xCC5826) is known color: Chilean Fire. HEX triplet: CC, 58 and 26. RGB value is (204,88,38). Sum of RGB (Red+Green+Blue) = 204+88+38=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5826 is #33A7D9. Grayscale: #757575. Windows color (decimal): -3385306 or 2513100. OLE color: 2513100.

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

Color convert

RGB 204 88 38 -
CMYK 0 0.57 0.81 0.2
HSL 18.07º 0.69% 0.47% -
HSV(B) 18.07º 0.81% 0.8% -
XYZ 28.74 19.96 4.17 -
YUV 116.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 204 88 38 0 0.57 0.81 0.2 18.07 0.69 0.47
Hex CC 58 26 0 39 51 14 12 45 2F
Octal 314 130 46 0 71 121 24 22 105 57
Binary 11001100 1011000 100110 0 111001 1010001 10100 10010 1000101 101111

Color Harmonies of #CC5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5826

Black with #CC5826

Text Example


Text Example

White with #CC5826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5826; }

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

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

background-color css

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

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

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

border-color css

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

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

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