Html Css Color HEX #CC685D Sunglo

📋 copy color: '#CC685D'

red 204 ◦ green 104 ◦ blue 93

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

Shades of Sunglo #CC685D

Tints of Sunglo #CC685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.94%

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 50.87%
G = 25.94%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC685D (or 0xCC685D) is known color: Sunglo. HEX triplet: CC, 68 and 5D. RGB value is (204,104,93). Sum of RGB (Red+Green+Blue) = 204+104+93=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC685D is #3397A2. Grayscale: #848484. Windows color (decimal): -3381155 or 6121676. OLE color: 6121676.

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

Color convert

RGB 204 104 93 -
CMYK 0 0.49 0.54 0.2
HSL 5.95º 0.52% 0.58% -
HSV(B) 5.95º 0.54% 0.8% -
XYZ 31.83 23.53 13.22 -
YUV 132.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 204 104 93 0 0.49 0.54 0.2 5.95 0.52 0.58
Hex CC 68 5D 0 31 36 14 6 34 3A
Octal 314 150 135 0 61 66 24 6 64 72
Binary 11001100 1101000 1011101 0 110001 110110 10100 110 110100 111010

Color Harmonies of #CC685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC685D

Black with #CC685D

Text Example


Text Example

White with #CC685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC685D; }

 p { color: rgb(204,104,93); }

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

background-color css

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

 a { background-color: rgb(204,104,93); }

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

border-color css

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

 span { border-color: rgb(204,104,93); }

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