Html Css Color HEX #C7BFAD Cloud

📋 copy color: '#C7BFAD'

red 199 ◦ green 191 ◦ blue 173

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

Shades of Cloud #C7BFAD

Tints of Cloud #C7BFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.73%

R = 35.35%
G = 33.93%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C7BFAD (or 0xC7BFAD) is known color: Cloud. HEX triplet: C7, BF and AD. RGB value is (199,191,173). Sum of RGB (Red+Green+Blue) = 199+191+173=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BFAD is #384052. Grayscale: #BFBFBF. Windows color (decimal): -3686483 or 11386823. OLE color: 11386823.

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

Color convert

RGB 199 191 173 -
CMYK 0 0.04 0.13 0.22
HSL 41.54º 0.19% 0.73% -
HSV(B) 41.54º 0.13% 0.78% -
XYZ 49.73 52.42 47.03 -
YUV 191.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 199 191 173 0 0.04 0.13 0.22 41.54 0.19 0.73
Hex C7 BF AD 0 4 D 16 2A 13 49
Octal 307 277 255 0 4 15 26 52 23 111
Binary 11000111 10111111 10101101 0 100 1101 10110 101010 10011 1001001

Color Harmonies of #C7BFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFAD

Black with #C7BFAD

Text Example


Text Example

White with #C7BFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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