Html Css Color HEX #C4BAAE Cloud

📋 copy color: '#C4BAAE'

red 196 ◦ green 186 ◦ blue 174

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

Shades of Cloud #C4BAAE

Tints of Cloud #C4BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 174 (68.36% from 255) = 31.29%

R = 35.25%
G = 33.45%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4BAAE (or 0xC4BAAE) is known color: Cloud. HEX triplet: C4, BA and AE. RGB value is (196,186,174). Sum of RGB (Red+Green+Blue) = 196+186+174=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAAE is #3B4551. Grayscale: #BBBBBB. Windows color (decimal): -3884370 or 11451076. OLE color: 11451076.

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

Color convert

RGB 196 186 174 -
CMYK 0 0.05 0.11 0.23
HSL 32.73º 0.16% 0.73% -
HSV(B) 32.73º 0.11% 0.77% -
XYZ 47.96 49.91 47.15 -
YUV 187.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 196 186 174 0 0.05 0.11 0.23 32.73 0.16 0.73
Hex C4 BA AE 0 5 B 17 21 10 49
Octal 304 272 256 0 5 13 27 41 20 111
Binary 11000100 10111010 10101110 0 101 1011 10111 100001 10000 1001001

Color Harmonies of #C4BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAAE

Black with #C4BAAE

Text Example


Text Example

White with #C4BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAAE; }

 p { color: rgb(196,186,174); }

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

background-color css

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

 a { background-color: rgb(196,186,174); }

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

border-color css

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

 span { border-color: rgb(196,186,174); }

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