Html Css Color HEX #CCBC92 Sisal

📋 copy color: '#CCBC92'

red 204 ◦ green 188 ◦ blue 146

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

Shades of Sisal #CCBC92

Tints of Sisal #CCBC92

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 37.92%
G = 34.94%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCBC92 (or 0xCCBC92) is known color: Sisal. HEX triplet: CC, BC and 92. RGB value is (204,188,146). Sum of RGB (Red+Green+Blue) = 204+188+146=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC92 is #33436D. Grayscale: #BCBCBC. Windows color (decimal): -3359598 or 9616588. OLE color: 9616588.

HSL color Cylindrical-coordinate representation of color #CCBC92: hue angle of 43.45º 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 #CCBC92 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 146 -
CMYK 0 0.08 0.28 0.2
HSL 43.45º 0.36% 0.69% -
HSV(B) 43.45º 0.28% 0.8% -
XYZ 48.07 50.88 34.48 -
YUV 188 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 204 188 146 0 0.08 0.28 0.2 43.45 0.36 0.69
Hex CC BC 92 0 8 1C 14 2B 24 45
Octal 314 274 222 0 10 34 24 53 44 105
Binary 11001100 10111100 10010010 0 1000 11100 10100 101011 100100 1000101

Color Harmonies of #CCBC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC92

Black with #CCBC92

Text Example


Text Example

White with #CCBC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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