Html Css Color HEX #CC695C Sunglo

📋 copy color: '#CC695C'

red 204 ◦ green 105 ◦ blue 92

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

Shades of Sunglo #CC695C

Tints of Sunglo #CC695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 50.87%
G = 26.18%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC695C (or 0xCC695C) is known color: Sunglo. HEX triplet: CC, 69 and 5C. RGB value is (204,105,92). Sum of RGB (Red+Green+Blue) = 204+105+92=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC695C is #3396A3. Grayscale: #858585. Windows color (decimal): -3380900 or 6056396. OLE color: 6056396.

HSL color Cylindrical-coordinate representation of color #CC695C: hue angle of 6.96º degrees, saturation: 0.52, 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 #CC695C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 92 -
CMYK 0 0.49 0.55 0.2
HSL 6.96º 0.52% 0.58% -
HSV(B) 6.96º 0.55% 0.8% -
XYZ 31.89 23.71 13.02 -
YUV 133.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 204 105 92 0 0.49 0.55 0.2 6.96 0.52 0.58
Hex CC 69 5C 0 31 37 14 7 34 3A
Octal 314 151 134 0 61 67 24 7 64 72
Binary 11001100 1101001 1011100 0 110001 110111 10100 111 110100 111010

Color Harmonies of #CC695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC695C

Black with #CC695C

Text Example


Text Example

White with #CC695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC695C; }

 p { color: rgb(204,105,92); }

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

background-color css

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

 a { background-color: rgb(204,105,92); }

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

border-color css

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

 span { border-color: rgb(204,105,92); }

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