Html Css Color HEX #C5C2BC Cloud

📋 copy color: '#C5C2BC'

red 197 ◦ green 194 ◦ blue 188

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

Shades of Cloud #C5C2BC

Tints of Cloud #C5C2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 34.02%
G = 33.51%
B = 32.47%

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

#C5C2BC (or 0xC5C2BC) is known color: Cloud. HEX triplet: C5, C2 and BC. RGB value is (197,194,188). Sum of RGB (Red+Green+Blue) = 197+194+188=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2BC is #3A3D43. Grayscale: #C2C2C2. Windows color (decimal): -3816772 or 12370629. OLE color: 12370629.

HSL color Cylindrical-coordinate representation of color #C5C2BC: hue angle of 40º 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 #C5C2BC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 194 188 -
CMYK 0 0.02 0.05 0.23
HSL 40º 0.07% 0.75% -
HSV(B) 40º 0.05% 0.77% -
XYZ 51.39 54.08 55.31 -
YUV 194.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 197 194 188 0 0.02 0.05 0.23 40 0.07 0.75
Hex C5 C2 BC 0 2 5 17 28 7 4B
Octal 305 302 274 0 2 5 27 50 7 113
Binary 11000101 11000010 10111100 0 10 101 10111 101000 111 1001011

Color Harmonies of #C5C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C2BC

Black with #C5C2BC

Text Example


Text Example

White with #C5C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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