Html Css Color HEX #C7C3BC Cloud

📋 copy color: '#C7C3BC'

red 199 ◦ green 195 ◦ blue 188

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

Shades of Cloud #C7C3BC

Tints of Cloud #C7C3BC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.51%

 BLUE value IS 188 (73.83% from 255) = 32.3%

R = 34.19%
G = 33.51%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7C3BC (or 0xC7C3BC) is known color: Cloud. HEX triplet: C7, C3 and BC. RGB value is (199,195,188). Sum of RGB (Red+Green+Blue) = 199+195+188=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3BC is #383C43. Grayscale: #C3C3C3. Windows color (decimal): -3685444 or 12370887. OLE color: 12370887.

HSL color Cylindrical-coordinate representation of color #C7C3BC: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C3BC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 195 188 -
CMYK 0 0.02 0.06 0.22
HSL 38.18º 0.09% 0.76% -
HSV(B) 38.18º 0.06% 0.78% -
XYZ 52.15 54.8 55.41 -
YUV 195.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 199 195 188 0 0.02 0.06 0.22 38.18 0.09 0.76
Hex C7 C3 BC 0 2 6 16 26 9 4C
Octal 307 303 274 0 2 6 26 46 11 114
Binary 11000111 11000011 10111100 0 10 110 10110 100110 1001 1001100

Color Harmonies of #C7C3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C3BC

Black with #C7C3BC

Text Example


Text Example

White with #C7C3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C3BC; }

 p { color: rgb(199,195,188); }

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

background-color css

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

 a { background-color: rgb(199,195,188); }

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

border-color css

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

 span { border-color: rgb(199,195,188); }

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