Html Css Color HEX #CFB088 Tan

📋 copy color: '#CFB088'

red 207 ◦ green 176 ◦ blue 136

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

Shades of Tan #CFB088

Tints of Tan #CFB088

RGB

 RED value IS 207 (81.25% from 255) = 39.88%

 GREEN value IS 176 (69.14% from 255) = 33.91%

 BLUE value IS 136 (53.52% from 255) = 26.2%

R = 39.88%
G = 33.91%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CFB088 (or 0xCFB088) is known color: Tan. HEX triplet: CF, B0 and 88. RGB value is (207,176,136). Sum of RGB (Red+Green+Blue) = 207+176+136=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB088 is #304F77. Grayscale: #B4B4B4. Windows color (decimal): -3166072 or 8958159. OLE color: 8958159.

HSL color Cylindrical-coordinate representation of color #CFB088: hue angle of 33.8º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFB088 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 136 -
CMYK 0 0.15 0.34 0.19
HSL 33.8º 0.43% 0.67% -
HSV(B) 33.8º 0.34% 0.81% -
XYZ 45.7 46.09 29.78 -
YUV 180.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 207 176 136 0 0.15 0.34 0.19 33.8 0.43 0.67
Hex CF B0 88 0 F 22 13 22 2B 43
Octal 317 260 210 0 17 42 23 42 53 103
Binary 11001111 10110000 10001000 0 1111 100010 10011 100010 101011 1000011

Color Harmonies of #CFB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB088

Black with #CFB088

Text Example


Text Example

White with #CFB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB088; }

 p { color: rgb(207,176,136); }

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

background-color css

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

 a { background-color: rgb(207,176,136); }

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

border-color css

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

 span { border-color: rgb(207,176,136); }

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