Html Css Color HEX #CC6030 Chilean Fire

📋 copy color: '#CC6030'

red 204 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #CC6030

Tints of Chilean Fire #CC6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 58.62%
G = 27.59%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC6030 (or 0xCC6030) is known color: Chilean Fire. HEX triplet: CC, 60 and 30. RGB value is (204,96,48). Sum of RGB (Red+Green+Blue) = 204+96+48=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6030 is #339FCF. Grayscale: #7B7B7B. Windows color (decimal): -3383248 or 3170508. OLE color: 3170508.

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

Color convert

RGB 204 96 48 -
CMYK 0 0.53 0.76 0.2
HSL 18.46º 0.62% 0.49% -
HSV(B) 18.46º 0.76% 0.8% -
XYZ 29.62 21.42 5.37 -
YUV 122.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 204 96 48 0 0.53 0.76 0.2 18.46 0.62 0.49
Hex CC 60 30 0 35 4C 14 12 3E 31
Octal 314 140 60 0 65 114 24 22 76 61
Binary 11001100 1100000 110000 0 110101 1001100 10100 10010 111110 110001

Color Harmonies of #CC6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6030

Black with #CC6030

Text Example


Text Example

White with #CC6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6030; }

 p { color: rgb(204,96,48); }

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

background-color css

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

 a { background-color: rgb(204,96,48); }

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

border-color css

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

 span { border-color: rgb(204,96,48); }

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