Html Css Color HEX #C3BBAD Cloud

📋 copy color: '#C3BBAD'

red 195 ◦ green 187 ◦ blue 173

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

Shades of Cloud #C3BBAD

Tints of Cloud #C3BBAD

RGB

 RED value IS 195 (76.56% from 255) = 35.14%

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

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

R = 35.14%
G = 33.69%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C3BBAD (or 0xC3BBAD) is known color: Cloud. HEX triplet: C3, BB and AD. RGB value is (195,187,173). Sum of RGB (Red+Green+Blue) = 195+187+173=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBAD is #3C4452. Grayscale: #BBBBBB. Windows color (decimal): -3949651 or 11385795. OLE color: 11385795.

HSL color Cylindrical-coordinate representation of color #C3BBAD: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3BBAD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 187 173 -
CMYK 0 0.04 0.11 0.24
HSL 38.18º 0.15% 0.72% -
HSV(B) 38.18º 0.11% 0.76% -
XYZ 47.82 50.16 46.7 -
YUV 187.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 195 187 173 0 0.04 0.11 0.24 38.18 0.15 0.72
Hex C3 BB AD 0 4 B 18 26 F 48
Octal 303 273 255 0 4 13 30 46 17 110
Binary 11000011 10111011 10101101 0 100 1011 11000 100110 1111 1001000

Color Harmonies of #C3BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBAD

Black with #C3BBAD

Text Example


Text Example

White with #C3BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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