Html Css Color HEX #C7BFB6 Cloud

📋 copy color: '#C7BFB6'

red 199 ◦ green 191 ◦ blue 182

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

Shades of Cloud #C7BFB6

Tints of Cloud #C7BFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 34.79%
G = 33.39%
B = 31.82%

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

#C7BFB6 (or 0xC7BFB6) is known color: Cloud. HEX triplet: C7, BF and B6. RGB value is (199,191,182). Sum of RGB (Red+Green+Blue) = 199+191+182=572 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.79% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFB6 is #384049. Grayscale: #C0C0C0. Windows color (decimal): -3686474 or 11976647. OLE color: 11976647.

HSL color Cylindrical-coordinate representation of color #C7BFB6: hue angle of 31.76º degrees, saturation: 0.13, 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 #C7BFB6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 182 -
CMYK 0 0.04 0.09 0.22
HSL 31.76º 0.13% 0.75% -
HSV(B) 31.76º 0.09% 0.78% -
XYZ 50.63 52.78 51.78 -
YUV 192.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 199 191 182 0 0.04 0.09 0.22 31.76 0.13 0.75
Hex C7 BF B6 0 4 9 16 20 D 4B
Octal 307 277 266 0 4 11 26 40 15 113
Binary 11000111 10111111 10110110 0 100 1001 10110 100000 1101 1001011

Color Harmonies of #C7BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFB6

Black with #C7BFB6

Text Example


Text Example

White with #C7BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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