Html Css Color HEX #CCBD92 Sisal

📋 copy color: '#CCBD92'

red 204 ◦ green 189 ◦ blue 146

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

Shades of Sisal #CCBD92

Tints of Sisal #CCBD92

RGB

 RED value IS 204 (80.08% from 255) = 37.85%

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 37.85%
G = 35.06%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCBD92 (or 0xCCBD92) is known color: Sisal. HEX triplet: CC, BD and 92. RGB value is (204,189,146). Sum of RGB (Red+Green+Blue) = 204+189+146=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD92 is #33426D. Grayscale: #BCBCBC. Windows color (decimal): -3359342 or 9616844. OLE color: 9616844.

HSL color Cylindrical-coordinate representation of color #CCBD92: hue angle of 44.48º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCBD92 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 146 -
CMYK 0 0.07 0.28 0.2
HSL 44.48º 0.36% 0.69% -
HSV(B) 44.48º 0.28% 0.8% -
XYZ 48.29 51.31 34.55 -
YUV 188.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 204 189 146 0 0.07 0.28 0.2 44.48 0.36 0.69
Hex CC BD 92 0 7 1C 14 2C 24 45
Octal 314 275 222 0 7 34 24 54 44 105
Binary 11001100 10111101 10010010 0 111 11100 10100 101100 100100 1000101

Color Harmonies of #CCBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD92

Black with #CCBD92

Text Example


Text Example

White with #CCBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD92; }

 p { color: rgb(204,189,146); }

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

background-color css

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

 a { background-color: rgb(204,189,146); }

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

border-color css

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

 span { border-color: rgb(204,189,146); }

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