Html Css Color HEX #C7BFB5 Cloud

📋 copy color: '#C7BFB5'

red 199 ◦ green 191 ◦ blue 181

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

Shades of Cloud #C7BFB5

Tints of Cloud #C7BFB5

RGB

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

 GREEN value IS 191 (75% from 255) = 33.45%

 BLUE value IS 181 (71.09% from 255) = 31.7%

R = 34.85%
G = 33.45%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C7BFB5 (or 0xC7BFB5) is known color: Cloud. HEX triplet: C7, BF and B5. RGB value is (199,191,181). Sum of RGB (Red+Green+Blue) = 199+191+181=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFB5 is #38404A. Grayscale: #C0C0C0. Windows color (decimal): -3686475 or 11911111. OLE color: 11911111.

HSL color Cylindrical-coordinate representation of color #C7BFB5: hue angle of 33.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BFB5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 181 -
CMYK 0 0.04 0.09 0.22
HSL 33.33º 0.14% 0.75% -
HSV(B) 33.33º 0.09% 0.78% -
XYZ 50.52 52.74 51.23 -
YUV 192.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 199 191 181 0 0.04 0.09 0.22 33.33 0.14 0.75
Hex C7 BF B5 0 4 9 16 21 E 4B
Octal 307 277 265 0 4 11 26 41 16 113
Binary 11000111 10111111 10110101 0 100 1001 10110 100001 1110 1001011

Color Harmonies of #C7BFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFB5

Black with #C7BFB5

Text Example


Text Example

White with #C7BFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFB5; }

 p { color: rgb(199,191,181); }

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

background-color css

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

 a { background-color: rgb(199,191,181); }

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

border-color css

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

 span { border-color: rgb(199,191,181); }

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