Html Css Color HEX #C4BBAD Cloud

📋 copy color: '#C4BBAD'

red 196 ◦ green 187 ◦ blue 173

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

Shades of Cloud #C4BBAD

Tints of Cloud #C4BBAD

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 35.25%
G = 33.63%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C4BBAD (or 0xC4BBAD) is known color: Cloud. HEX triplet: C4, BB and AD. RGB value is (196,187,173). Sum of RGB (Red+Green+Blue) = 196+187+173=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBAD is #3B4452. Grayscale: #BCBCBC. Windows color (decimal): -3884115 or 11385796. OLE color: 11385796.

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

Color convert

RGB 196 187 173 -
CMYK 0 0.05 0.12 0.23
HSL 36.52º 0.16% 0.72% -
HSV(B) 36.52º 0.12% 0.77% -
XYZ 48.08 50.29 46.71 -
YUV 188.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 196 187 173 0 0.05 0.12 0.23 36.52 0.16 0.72
Hex C4 BB AD 0 5 C 17 25 10 48
Octal 304 273 255 0 5 14 27 45 20 110
Binary 11000100 10111011 10101101 0 101 1100 10111 100101 10000 1001000

Color Harmonies of #C4BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBAD

Black with #C4BBAD

Text Example


Text Example

White with #C4BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBAD; }

 p { color: rgb(196,187,173); }

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

background-color css

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

 a { background-color: rgb(196,187,173); }

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

border-color css

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

 span { border-color: rgb(196,187,173); }

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