Html Css Color HEX #C4BEAF Cloud

📋 copy color: '#C4BEAF'

red 196 ◦ green 190 ◦ blue 175

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

Shades of Cloud #C4BEAF

Tints of Cloud #C4BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 34.94%
G = 33.87%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4BEAF (or 0xC4BEAF) is known color: Cloud. HEX triplet: C4, BE and AF. RGB value is (196,190,175). Sum of RGB (Red+Green+Blue) = 196+190+175=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEAF is #3B4150. Grayscale: #BEBEBE. Windows color (decimal): -3883345 or 11517636. OLE color: 11517636.

HSL color Cylindrical-coordinate representation of color #C4BEAF: hue angle of 42.86º degrees, saturation: 0.15, 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 #C4BEAF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 175 -
CMYK 0 0.03 0.11 0.23
HSL 42.86º 0.15% 0.73% -
HSV(B) 42.86º 0.11% 0.77% -
XYZ 48.92 51.66 47.95 -
YUV 190.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 196 190 175 0 0.03 0.11 0.23 42.86 0.15 0.73
Hex C4 BE AF 0 3 B 17 2B F 49
Octal 304 276 257 0 3 13 27 53 17 111
Binary 11000100 10111110 10101111 0 11 1011 10111 101011 1111 1001001

Color Harmonies of #C4BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEAF

Black with #C4BEAF

Text Example


Text Example

White with #C4BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEAF; }

 p { color: rgb(196,190,175); }

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

background-color css

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

 a { background-color: rgb(196,190,175); }

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

border-color css

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

 span { border-color: rgb(196,190,175); }

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