#C7BFB4

Color #C7BFB4 Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #C7BFB4

Tints of Cloud #C7BFB4

Color information

#C7BFB4 (or 0xC7BFB4) is unknown color: approx Cloud. HEX triplet: C7, BF and B4. RGB value is (199,191,180). Sum of RGB (Red+Green+Blue) = 199+191+180=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFB4 is #38404B. Grayscale: #C0C0C0. Windows color (decimal): -3686476 or 11845575. OLE color: 11845575.

HSL color Cylindrical-coordinate representation of color #C7BFB4: hue angle of 34.74º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BFB4 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB199191180-
CMYK00.040.100.22
HSL34.74º14.5%74.31%-
HSV(B)34.74º9.55%78.04%-
XYZ50.4252.750.69-
YUV192.14121.15132.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=34.91%
G=33.51%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919118000.040.100.2234.7414.574.31
HexC7BFB404A1623f4a
Octal3072772640412264317112
Binary110001111011111110110100010010101011010001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFB4; }

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

 H1.HeaderClassName
 {
   color: #C7BFB4;
 }
 .AnyTagClassName
 {
   color: #C7BFB4;
 }
</style>
background-color css

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

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

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

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

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

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