Html Css Color HEX #CCBF93 Sisal

📋 copy color: '#CCBF93'

red 204 ◦ green 191 ◦ blue 147

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

Shades of Sisal #CCBF93

Tints of Sisal #CCBF93

RGB

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

 GREEN value IS 191 (75% from 255) = 35.24%

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 37.64%
G = 35.24%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCBF93 (or 0xCCBF93) is known color: Sisal. HEX triplet: CC, BF and 93. RGB value is (204,191,147). Sum of RGB (Red+Green+Blue) = 204+191+147=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF93 is #33406C. Grayscale: #BEBEBE. Windows color (decimal): -3358829 or 9682892. OLE color: 9682892.

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

Color convert

RGB 204 191 147 -
CMYK 0 0.06 0.28 0.2
HSL 46.32º 0.36% 0.69% -
HSV(B) 46.32º 0.28% 0.8% -
XYZ 48.8 52.21 35.11 -
YUV 189.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 204 191 147 0 0.06 0.28 0.2 46.32 0.36 0.69
Hex CC BF 93 0 6 1C 14 2E 24 45
Octal 314 277 223 0 6 34 24 56 44 105
Binary 11001100 10111111 10010011 0 110 11100 10100 101110 100100 1000101

Color Harmonies of #CCBF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF93

Black with #CCBF93

Text Example


Text Example

White with #CCBF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF93; }

 p { color: rgb(204,191,147); }

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

background-color css

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

 a { background-color: rgb(204,191,147); }

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

border-color css

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

 span { border-color: rgb(204,191,147); }

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