Html Css Color HEX #C8BEAD Cloud

📋 copy color: '#C8BEAD'

red 200 ◦ green 190 ◦ blue 173

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

Shades of Cloud #C8BEAD

Tints of Cloud #C8BEAD

RGB

 RED value IS 200 (78.52% from 255) = 35.52%

 GREEN value IS 190 (74.61% from 255) = 33.75%

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

R = 35.52%
G = 33.75%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8BEAD (or 0xC8BEAD) is known color: Cloud. HEX triplet: C8, BE and AD. RGB value is (200,190,173). Sum of RGB (Red+Green+Blue) = 200+190+173=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEAD is #374152. Grayscale: #BFBFBF. Windows color (decimal): -3621203 or 11386568. OLE color: 11386568.

HSL color Cylindrical-coordinate representation of color #C8BEAD: hue angle of 37.78º degrees, saturation: 0.2, 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 #C8BEAD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 173 -
CMYK 0 0.05 0.14 0.22
HSL 37.78º 0.2% 0.73% -
HSV(B) 37.78º 0.14% 0.78% -
XYZ 49.78 52.12 46.97 -
YUV 191.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 200 190 173 0 0.05 0.14 0.22 37.78 0.2 0.73
Hex C8 BE AD 0 5 E 16 26 14 49
Octal 310 276 255 0 5 16 26 46 24 111
Binary 11001000 10111110 10101101 0 101 1110 10110 100110 10100 1001001

Color Harmonies of #C8BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEAD

Black with #C8BEAD

Text Example


Text Example

White with #C8BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEAD; }

 p { color: rgb(200,190,173); }

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

background-color css

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

 a { background-color: rgb(200,190,173); }

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

border-color css

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

 span { border-color: rgb(200,190,173); }

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