Html Css Color HEX #C3BCB0 Cloud

📋 copy color: '#C3BCB0'

red 195 ◦ green 188 ◦ blue 176

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

Shades of Cloud #C3BCB0

Tints of Cloud #C3BCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 176 (69.14% from 255) = 31.48%

R = 34.88%
G = 33.63%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3BCB0 (or 0xC3BCB0) is known color: Cloud. HEX triplet: C3, BC and B0. RGB value is (195,188,176). Sum of RGB (Red+Green+Blue) = 195+188+176=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCB0 is #3C434F. Grayscale: #BCBCBC. Windows color (decimal): -3949392 or 11582659. OLE color: 11582659.

HSL color Cylindrical-coordinate representation of color #C3BCB0: hue angle of 37.89º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BCB0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 176 -
CMYK 0 0.04 0.10 0.24
HSL 37.89º 0.14% 0.73% -
HSV(B) 37.89º 0.1% 0.76% -
XYZ 48.33 50.7 48.31 -
YUV 188.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 195 188 176 0 0.04 0.10 0.24 37.89 0.14 0.73
Hex C3 BC B0 0 4 A 18 26 E 49
Octal 303 274 260 0 4 12 30 46 16 111
Binary 11000011 10111100 10110000 0 100 1010 11000 100110 1110 1001001

Color Harmonies of #C3BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCB0

Black with #C3BCB0

Text Example


Text Example

White with #C3BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCB0; }

 p { color: rgb(195,188,176); }

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

background-color css

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

 a { background-color: rgb(195,188,176); }

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

border-color css

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

 span { border-color: rgb(195,188,176); }

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