Html Css Color HEX #C5CB83 Deco

📋 copy color: '#C5CB83'

red 197 ◦ green 203 ◦ blue 131

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

Shades of Deco #C5CB83

Tints of Deco #C5CB83

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

 GREEN value IS 203 (79.69% from 255) = 38.23%

 BLUE value IS 131 (51.56% from 255) = 24.67%

R = 37.1%
G = 38.23%
B = 24.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#C5CB83 (or 0xC5CB83) is known color: Deco. HEX triplet: C5, CB and 83. RGB value is (197,203,131). Sum of RGB (Red+Green+Blue) = 197+203+131=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CB83 is #3A347C. Grayscale: #C1C1C1. Windows color (decimal): -3814525 or 8637381. OLE color: 8637381.

HSL color Cylindrical-coordinate representation of color #C5CB83: hue angle of 65º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5CB83 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 203 131 -
CMYK 0.03 0 0.35 0.20
HSL 65º 0.41% 0.65% -
HSV(B) 65º 0.35% 0.8% -
XYZ 48.48 56.22 29.77 -
YUV 193 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 197 203 131 0.03 0 0.35 0.20 65 0.41 0.65
Hex C5 CB 83 3 0 23 14 41 29 41
Octal 305 313 203 3 0 43 24 101 51 101
Binary 11000101 11001011 10000011 11 0 100011 10100 1000001 101001 1000001

Color Harmonies of #C5CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CB83

Black with #C5CB83

Text Example


Text Example

White with #C5CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CB83; }

 p { color: rgb(197,203,131); }

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

background-color css

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

 a { background-color: rgb(197,203,131); }

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

border-color css

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

 span { border-color: rgb(197,203,131); }

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