Html Css Color HEX #CC695A Sunglo

📋 copy color: '#CC695A'

red 204 ◦ green 105 ◦ blue 90

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

Shades of Sunglo #CC695A

Tints of Sunglo #CC695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 51.13%
G = 26.32%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC695A (or 0xCC695A) is known color: Sunglo. HEX triplet: CC, 69 and 5A. RGB value is (204,105,90). Sum of RGB (Red+Green+Blue) = 204+105+90=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC695A is #3396A5. Grayscale: #858585. Windows color (decimal): -3380902 or 5925324. OLE color: 5925324.

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

Color convert

RGB 204 105 90 -
CMYK 0 0.49 0.56 0.2
HSL 7.89º 0.53% 0.58% -
HSV(B) 7.89º 0.56% 0.8% -
XYZ 31.8 23.68 12.57 -
YUV 132.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 204 105 90 0 0.49 0.56 0.2 7.89 0.53 0.58
Hex CC 69 5A 0 31 38 14 8 35 3A
Octal 314 151 132 0 61 70 24 10 65 72
Binary 11001100 1101001 1011010 0 110001 111000 10100 1000 110101 111010

Color Harmonies of #CC695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC695A

Black with #CC695A

Text Example


Text Example

White with #CC695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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