Html Css Color HEX #C7BEAF Cloud

📋 copy color: '#C7BEAF'

red 199 ◦ green 190 ◦ blue 175

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

Shades of Cloud #C7BEAF

Tints of Cloud #C7BEAF

RGB

 RED value IS 199 (78.13% from 255) = 35.28%

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

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

R = 35.28%
G = 33.69%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C7BEAF (or 0xC7BEAF) is known color: Cloud. HEX triplet: C7, BE and AF. RGB value is (199,190,175). Sum of RGB (Red+Green+Blue) = 199+190+175=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BEAF is #384150. Grayscale: #BFBFBF. Windows color (decimal): -3686737 or 11517639. OLE color: 11517639.

HSL color Cylindrical-coordinate representation of color #C7BEAF: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7BEAF is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 175 -
CMYK 0 0.05 0.12 0.22
HSL 37.5º 0.18% 0.73% -
HSV(B) 37.5º 0.12% 0.78% -
XYZ 49.7 52.06 47.99 -
YUV 190.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 199 190 175 0 0.05 0.12 0.22 37.5 0.18 0.73
Hex C7 BE AF 0 5 C 16 26 12 49
Octal 307 276 257 0 5 14 26 46 22 111
Binary 11000111 10111110 10101111 0 101 1100 10110 100110 10010 1001001

Color Harmonies of #C7BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEAF

Black with #C7BEAF

Text Example


Text Example

White with #C7BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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