Html Css Color HEX #CC655D Sunglo

📋 copy color: '#CC655D'

red 204 ◦ green 101 ◦ blue 93

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

Shades of Sunglo #CC655D

Tints of Sunglo #CC655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 51.26%
G = 25.38%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC655D (or 0xCC655D) is known color: Sunglo. HEX triplet: CC, 65 and 5D. RGB value is (204,101,93). Sum of RGB (Red+Green+Blue) = 204+101+93=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC655D is #339AA2. Grayscale: #838383. Windows color (decimal): -3381923 or 6120908. OLE color: 6120908.

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

Color convert

RGB 204 101 93 -
CMYK 0 0.50 0.54 0.2
HSL 4.32º 0.52% 0.58% -
HSV(B) 4.32º 0.54% 0.8% -
XYZ 31.53 22.94 13.12 -
YUV 130.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 204 101 93 0 0.50 0.54 0.2 4.32 0.52 0.58
Hex CC 65 5D 0 32 36 14 4 34 3A
Octal 314 145 135 0 62 66 24 4 64 72
Binary 11001100 1100101 1011101 0 110010 110110 10100 100 110100 111010

Color Harmonies of #CC655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC655D

Black with #CC655D

Text Example


Text Example

White with #CC655D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC655D; }

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

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

background-color css

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

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

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

border-color css

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

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

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