Html Css Color HEX #C8BEAF Cloud

📋 copy color: '#C8BEAF'

red 200 ◦ green 190 ◦ blue 175

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

Shades of Cloud #C8BEAF

Tints of Cloud #C8BEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 35.4%
G = 33.63%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C8BEAF (or 0xC8BEAF) is known color: Cloud. HEX triplet: C8, BE and AF. RGB value is (200,190,175). Sum of RGB (Red+Green+Blue) = 200+190+175=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEAF is #374150. Grayscale: #BFBFBF. Windows color (decimal): -3621201 or 11517640. OLE color: 11517640.

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

Color convert

RGB 200 190 175 -
CMYK 0 0.05 0.12 0.22
HSL 36º 0.19% 0.74% -
HSV(B) 36º 0.13% 0.78% -
XYZ 49.97 52.2 48 -
YUV 191.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 200 190 175 0 0.05 0.12 0.22 36 0.19 0.74
Hex C8 BE AF 0 5 C 16 24 13 4A
Octal 310 276 257 0 5 14 26 44 23 112
Binary 11001000 10111110 10101111 0 101 1100 10110 100100 10011 1001010

Color Harmonies of #C8BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEAF

Black with #C8BEAF

Text Example


Text Example

White with #C8BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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