Html Css Color HEX #CC665D Sunglo

📋 copy color: '#CC665D'

red 204 ◦ green 102 ◦ blue 93

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

Shades of Sunglo #CC665D

Tints of Sunglo #CC665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 51.13%
G = 25.56%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC665D (or 0xCC665D) is known color: Sunglo. HEX triplet: CC, 66 and 5D. RGB value is (204,102,93). Sum of RGB (Red+Green+Blue) = 204+102+93=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC665D is #3399A2. Grayscale: #838383. Windows color (decimal): -3381667 or 6121164. OLE color: 6121164.

HSL color Cylindrical-coordinate representation of color #CC665D: hue angle of 4.86º 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 #CC665D is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 93 -
CMYK 0 0.5 0.54 0.2
HSL 4.86º 0.52% 0.58% -
HSV(B) 4.86º 0.54% 0.8% -
XYZ 31.63 23.13 13.15 -
YUV 131.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 204 102 93 0 0.5 0.54 0.2 4.86 0.52 0.58
Hex CC 66 5D 0 32 36 14 5 34 3A
Octal 314 146 135 0 62 66 24 5 64 72
Binary 11001100 1100110 1011101 0 110010 110110 10100 101 110100 111010

Color Harmonies of #CC665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC665D

Black with #CC665D

Text Example


Text Example

White with #CC665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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