Html Css Color HEX #CC6253 Sunglo

📋 copy color: '#CC6253'

red 204 ◦ green 98 ◦ blue 83

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

Shades of Sunglo #CC6253

Tints of Sunglo #CC6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 52.99%
G = 25.45%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC6253 (or 0xCC6253) is known color: Sunglo. HEX triplet: CC, 62 and 53. RGB value is (204,98,83). Sum of RGB (Red+Green+Blue) = 204+98+83=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6253 is #339DAC. Grayscale: #808080. Windows color (decimal): -3382701 or 5464780. OLE color: 5464780.

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

Color convert

RGB 204 98 83 -
CMYK 0 0.52 0.59 0.2
HSL 7.44º 0.54% 0.56% -
HSV(B) 7.44º 0.59% 0.8% -
XYZ 30.83 22.2 10.84 -
YUV 127.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 204 98 83 0 0.52 0.59 0.2 7.44 0.54 0.56
Hex CC 62 53 0 34 3B 14 7 36 38
Octal 314 142 123 0 64 73 24 7 66 70
Binary 11001100 1100010 1010011 0 110100 111011 10100 111 110110 111000

Color Harmonies of #CC6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6253

Black with #CC6253

Text Example


Text Example

White with #CC6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6253; }

 p { color: rgb(204,98,83); }

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

background-color css

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

 a { background-color: rgb(204,98,83); }

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

border-color css

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

 span { border-color: rgb(204,98,83); }

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