Html Css Color HEX #CFBE99 Double Spanish White

📋 copy color: '#CFBE99'

red 207 ◦ green 190 ◦ blue 153

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

Shades of Double Spanish White #CFBE99

Tints of Double Spanish White #CFBE99

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.55%

 BLUE value IS 153 (60.16% from 255) = 27.82%

R = 37.64%
G = 34.55%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CFBE99 (or 0xCFBE99) is known color: Double Spanish White. HEX triplet: CF, BE and 99. RGB value is (207,190,153). Sum of RGB (Red+Green+Blue) = 207+190+153=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE99 is #304166. Grayscale: #BFBFBF. Windows color (decimal): -3162471 or 10075855. OLE color: 10075855.

HSL color Cylindrical-coordinate representation of color #CFBE99: hue angle of 41.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFBE99 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 153 -
CMYK 0 0.08 0.26 0.19
HSL 41.11º 0.36% 0.71% -
HSV(B) 41.11º 0.26% 0.81% -
XYZ 49.9 52.39 37.62 -
YUV 190.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 207 190 153 0 0.08 0.26 0.19 41.11 0.36 0.71
Hex CF BE 99 0 8 1A 13 29 24 47
Octal 317 276 231 0 10 32 23 51 44 107
Binary 11001111 10111110 10011001 0 1000 11010 10011 101001 100100 1000111

Color Harmonies of #CFBE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE99

Black with #CFBE99

Text Example


Text Example

White with #CFBE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE99; }

 p { color: rgb(207,190,153); }

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

background-color css

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

 a { background-color: rgb(207,190,153); }

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

border-color css

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

 span { border-color: rgb(207,190,153); }

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