Html Css Color HEX #CC6752 Sunglo

📋 copy color: '#CC6752'

red 204 ◦ green 103 ◦ blue 82

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

Shades of Sunglo #CC6752

Tints of Sunglo #CC6752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.48%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 52.44%
G = 26.48%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC6752 (or 0xCC6752) is known color: Sunglo. HEX triplet: CC, 67 and 52. RGB value is (204,103,82). Sum of RGB (Red+Green+Blue) = 204+103+82=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6752 is #3398AD. Grayscale: #828282. Windows color (decimal): -3381422 or 5400524. OLE color: 5400524.

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

Color convert

RGB 204 103 82 -
CMYK 0 0.50 0.60 0.2
HSL 10.33º 0.54% 0.56% -
HSV(B) 10.33º 0.6% 0.8% -
XYZ 31.28 23.15 10.8 -
YUV 130.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 204 103 82 0 0.50 0.60 0.2 10.33 0.54 0.56
Hex CC 67 52 0 32 3C 14 A 36 38
Octal 314 147 122 0 62 74 24 12 66 70
Binary 11001100 1100111 1010010 0 110010 111100 10100 1010 110110 111000

Color Harmonies of #CC6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6752

Black with #CC6752

Text Example


Text Example

White with #CC6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6752; }

 p { color: rgb(204,103,82); }

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

background-color css

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

 a { background-color: rgb(204,103,82); }

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

border-color css

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

 span { border-color: rgb(204,103,82); }

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