Html Css Color HEX #C8D68B Deco

📋 copy color: '#C8D68B'

red 200 ◦ green 214 ◦ blue 139

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

Shades of Deco #C8D68B

Tints of Deco #C8D68B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 139 (54.69% from 255) = 25.14%

R = 36.17%
G = 38.7%
B = 25.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#C8D68B (or 0xC8D68B) is known color: Deco. HEX triplet: C8, D6 and 8B. RGB value is (200,214,139). Sum of RGB (Red+Green+Blue) = 200+214+139=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D68B is #372974. Grayscale: #C9C9C9. Windows color (decimal): -3615093 or 9164488. OLE color: 9164488.

HSL color Cylindrical-coordinate representation of color #C8D68B: hue angle of 71.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8D68B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 214 139 -
CMYK 0.07 0 0.35 0.16
HSL 71.2º 0.48% 0.69% -
HSV(B) 71.2º 0.35% 0.84% -
XYZ 52.53 62.24 33.67 -
YUV 201.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 200 214 139 0.07 0 0.35 0.16 71.2 0.48 0.69
Hex C8 D6 8B 7 0 23 10 47 30 45
Octal 310 326 213 7 0 43 20 107 60 105
Binary 11001000 11010110 10001011 111 0 100011 10000 1000111 110000 1000101

Color Harmonies of #C8D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D68B

Black with #C8D68B

Text Example


Text Example

White with #C8D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D68B; }

 p { color: rgb(200,214,139); }

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

background-color css

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

 a { background-color: rgb(200,214,139); }

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

border-color css

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

 span { border-color: rgb(200,214,139); }

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