Html Css Color HEX #C7BFB4 Cloud

📋 copy color: '#C7BFB4'

red 199 ◦ green 191 ◦ blue 180

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

Shades of Cloud #C7BFB4

Tints of Cloud #C7BFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 34.91%
G = 33.51%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7BFB4 (or 0xC7BFB4) is known color: 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

RGB 199 191 180 -
CMYK 0 0.04 0.10 0.22
HSL 34.74º 0.15% 0.74% -
HSV(B) 34.74º 0.1% 0.78% -
XYZ 50.42 52.7 50.69 -
YUV 192.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 199 191 180 0 0.04 0.10 0.22 34.74 0.15 0.74
Hex C7 BF B4 0 4 A 16 23 F 4A
Octal 307 277 264 0 4 12 26 43 17 112
Binary 11000111 10111111 10110100 0 100 1010 10110 100011 1111 1001010

Color Harmonies of #C7BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFB4

Black with #C7BFB4

Text Example


Text Example

White with #C7BFB4

Text Example


Text Example

HTML Codes & Css Web 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>