Html Css Color HEX #C5C2BB Cloud

📋 copy color: '#C5C2BB'

red 197 ◦ green 194 ◦ blue 187

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

Shades of Cloud #C5C2BB

Tints of Cloud #C5C2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 34.08%
G = 33.56%
B = 32.35%

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

#C5C2BB (or 0xC5C2BB) is known color: Cloud. HEX triplet: C5, C2 and BB. RGB value is (197,194,187). Sum of RGB (Red+Green+Blue) = 197+194+187=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2BB is #3A3D44. Grayscale: #C2C2C2. Windows color (decimal): -3816773 or 12305093. OLE color: 12305093.

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

Color convert

RGB 197 194 187 -
CMYK 0 0.02 0.05 0.23
HSL 42º 0.08% 0.75% -
HSV(B) 42º 0.05% 0.77% -
XYZ 51.29 54.04 54.74 -
YUV 194.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 197 194 187 0 0.02 0.05 0.23 42 0.08 0.75
Hex C5 C2 BB 0 2 5 17 2A 8 4B
Octal 305 302 273 0 2 5 27 52 10 113
Binary 11000101 11000010 10111011 0 10 101 10111 101010 1000 1001011

Color Harmonies of #C5C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C2BB

Black with #C5C2BB

Text Example


Text Example

White with #C5C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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