Html Css Color HEX #C3D0B7 Pumice

📋 copy color: '#C3D0B7'

red 195 ◦ green 208 ◦ blue 183

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

Shades of Pumice #C3D0B7

Tints of Pumice #C3D0B7

RGB

 RED value IS 195 (76.56% from 255) = 33.28%

 GREEN value IS 208 (81.64% from 255) = 35.49%

 BLUE value IS 183 (71.88% from 255) = 31.23%

R = 33.28%
G = 35.49%
B = 31.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C3D0B7 (or 0xC3D0B7) is known color: Pumice. HEX triplet: C3, D0 and B7. RGB value is (195,208,183). Sum of RGB (Red+Green+Blue) = 195+208+183=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0B7 is #3C2F48. Grayscale: #C9C9C9. Windows color (decimal): -3944265 or 12046531. OLE color: 12046531.

HSL color Cylindrical-coordinate representation of color #C3D0B7: hue angle of 91.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D0B7 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 208 183 -
CMYK 0.06 0 0.12 0.18
HSL 91.2º 0.21% 0.77% -
HSV(B) 91.2º 0.12% 0.82% -
XYZ 53.61 60.13 53.58 -
YUV 201.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 195 208 183 0.06 0 0.12 0.18 91.2 0.21 0.77
Hex C3 D0 B7 6 0 C 12 5B 15 4D
Octal 303 320 267 6 0 14 22 133 25 115
Binary 11000011 11010000 10110111 110 0 1100 10010 1011011 10101 1001101

Color Harmonies of #C3D0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D0B7

Black with #C3D0B7

Text Example


Text Example

White with #C3D0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D0B7; }

 p { color: rgb(195,208,183); }

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

background-color css

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

 a { background-color: rgb(195,208,183); }

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

border-color css

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

 span { border-color: rgb(195,208,183); }

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