Html Css Color HEX #C5C1BC Cloud

📋 copy color: '#C5C1BC'

red 197 ◦ green 193 ◦ blue 188

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

Shades of Cloud #C5C1BC

Tints of Cloud #C5C1BC

RGB

 RED value IS 197 (77.34% from 255) = 34.08%

 GREEN value IS 193 (75.78% from 255) = 33.39%

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 34.08%
G = 33.39%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C5C1BC (or 0xC5C1BC) is known color: Cloud. HEX triplet: C5, C1 and BC. RGB value is (197,193,188). Sum of RGB (Red+Green+Blue) = 197+193+188=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1BC is #3A3E43. Grayscale: #C1C1C1. Windows color (decimal): -3817028 or 12370373. OLE color: 12370373.

HSL color Cylindrical-coordinate representation of color #C5C1BC: hue angle of 33.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C1BC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 193 188 -
CMYK 0 0.02 0.05 0.23
HSL 33.33º 0.07% 0.75% -
HSV(B) 33.33º 0.05% 0.77% -
XYZ 51.17 53.64 55.23 -
YUV 193.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 197 193 188 0 0.02 0.05 0.23 33.33 0.07 0.75
Hex C5 C1 BC 0 2 5 17 21 7 4B
Octal 305 301 274 0 2 5 27 41 7 113
Binary 11000101 11000001 10111100 0 10 101 10111 100001 111 1001011

Color Harmonies of #C5C1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C1BC

Black with #C5C1BC

Text Example


Text Example

White with #C5C1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C1BC; }

 p { color: rgb(197,193,188); }

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

background-color css

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

 a { background-color: rgb(197,193,188); }

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

border-color css

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

 span { border-color: rgb(197,193,188); }

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