Html Css Color HEX #CCBF98 Sisal

📋 copy color: '#CCBF98'

red 204 ◦ green 191 ◦ blue 152

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

Shades of Sisal #CCBF98

Tints of Sisal #CCBF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 37.29%
G = 34.92%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCBF98 (or 0xCCBF98) is known color: Sisal. HEX triplet: CC, BF and 98. RGB value is (204,191,152). Sum of RGB (Red+Green+Blue) = 204+191+152=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF98 is #334067. Grayscale: #BEBEBE. Windows color (decimal): -3358824 or 10010572. OLE color: 10010572.

HSL color Cylindrical-coordinate representation of color #CCBF98: hue angle of 45º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBF98 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 152 -
CMYK 0 0.06 0.25 0.2
HSL 45º 0.34% 0.7% -
HSV(B) 45º 0.25% 0.8% -
XYZ 49.2 52.37 37.22 -
YUV 190.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 204 191 152 0 0.06 0.25 0.2 45 0.34 0.7
Hex CC BF 98 0 6 19 14 2D 22 46
Octal 314 277 230 0 6 31 24 55 42 106
Binary 11001100 10111111 10011000 0 110 11001 10100 101101 100010 1000110

Color Harmonies of #CCBF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF98

Black with #CCBF98

Text Example


Text Example

White with #CCBF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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