Html Css Color HEX #C7BEB0 Cloud

📋 copy color: '#C7BEB0'

red 199 ◦ green 190 ◦ blue 176

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

Shades of Cloud #C7BEB0

Tints of Cloud #C7BEB0

RGB

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

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

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

R = 35.22%
G = 33.63%
B = 31.15%

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

#C7BEB0 (or 0xC7BEB0) is known color: Cloud. HEX triplet: C7, BE and B0. RGB value is (199,190,176). Sum of RGB (Red+Green+Blue) = 199+190+176=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BEB0 is #38414F. Grayscale: #BFBFBF. Windows color (decimal): -3686736 or 11583175. OLE color: 11583175.

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

Color convert

RGB 199 190 176 -
CMYK 0 0.05 0.12 0.22
HSL 36.52º 0.17% 0.74% -
HSV(B) 36.52º 0.12% 0.78% -
XYZ 49.8 52.1 48.51 -
YUV 191.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 199 190 176 0 0.05 0.12 0.22 36.52 0.17 0.74
Hex C7 BE B0 0 5 C 16 25 11 4A
Octal 307 276 260 0 5 14 26 45 21 112
Binary 11000111 10111110 10110000 0 101 1100 10110 100101 10001 1001010

Color Harmonies of #C7BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEB0

Black with #C7BEB0

Text Example


Text Example

White with #C7BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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