Html Css Color HEX #CC665B Sunglo

📋 copy color: '#CC665B'

red 204 ◦ green 102 ◦ blue 91

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

Shades of Sunglo #CC665B

Tints of Sunglo #CC665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 51.39%
G = 25.69%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC665B (or 0xCC665B) is known color: Sunglo. HEX triplet: CC, 66 and 5B. RGB value is (204,102,91). Sum of RGB (Red+Green+Blue) = 204+102+91=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC665B is #3399A4. Grayscale: #838383. Windows color (decimal): -3381669 or 5990092. OLE color: 5990092.

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

Color convert

RGB 204 102 91 -
CMYK 0 0.5 0.55 0.2
HSL 5.84º 0.53% 0.58% -
HSV(B) 5.84º 0.55% 0.8% -
XYZ 31.54 23.1 12.69 -
YUV 131.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 204 102 91 0 0.5 0.55 0.2 5.84 0.53 0.58
Hex CC 66 5B 0 32 37 14 6 35 3A
Octal 314 146 133 0 62 67 24 6 65 72
Binary 11001100 1100110 1011011 0 110010 110111 10100 110 110101 111010

Color Harmonies of #CC665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC665B

Black with #CC665B

Text Example


Text Example

White with #CC665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC665B; }

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

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

background-color css

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

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

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

border-color css

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

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

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