Html Css Color HEX #CC695D Sunglo

📋 copy color: '#CC695D'

red 204 ◦ green 105 ◦ blue 93

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

Shades of Sunglo #CC695D

Tints of Sunglo #CC695D

RGB

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

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

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

R = 50.75%
G = 26.12%
B = 23.13%

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

#CC695D (or 0xCC695D) is known color: Sunglo. HEX triplet: CC, 69 and 5D. RGB value is (204,105,93). Sum of RGB (Red+Green+Blue) = 204+105+93=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC695D is #3396A2. Grayscale: #858585. Windows color (decimal): -3380899 or 6121932. OLE color: 6121932.

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

Color convert

RGB 204 105 93 -
CMYK 0 0.49 0.54 0.2
HSL 6.49º 0.52% 0.58% -
HSV(B) 6.49º 0.54% 0.8% -
XYZ 31.93 23.73 13.25 -
YUV 133.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 204 105 93 0 0.49 0.54 0.2 6.49 0.52 0.58
Hex CC 69 5D 0 31 36 14 6 34 3A
Octal 314 151 135 0 61 66 24 6 64 72
Binary 11001100 1101001 1011101 0 110001 110110 10100 110 110100 111010

Color Harmonies of #CC695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC695D

Black with #CC695D

Text Example


Text Example

White with #CC695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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