Html Css Color HEX #CFBD9B Double Spanish White

📋 copy color: '#CFBD9B'

red 207 ◦ green 189 ◦ blue 155

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

Shades of Double Spanish White #CFBD9B

Tints of Double Spanish White #CFBD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.3%

 BLUE value IS 155 (60.94% from 255) = 28.13%

R = 37.57%
G = 34.3%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFBD9B (or 0xCFBD9B) is known color: Double Spanish White. HEX triplet: CF, BD and 9B. RGB value is (207,189,155). Sum of RGB (Red+Green+Blue) = 207+189+155=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD9B is #304264. Grayscale: #BEBEBE. Windows color (decimal): -3162725 or 10206671. OLE color: 10206671.

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

Color convert

RGB 207 189 155 -
CMYK 0 0.09 0.25 0.19
HSL 39.23º 0.35% 0.71% -
HSV(B) 39.23º 0.25% 0.81% -
XYZ 49.85 52.03 38.43 -
YUV 190.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 207 189 155 0 0.09 0.25 0.19 39.23 0.35 0.71
Hex CF BD 9B 0 9 19 13 27 23 47
Octal 317 275 233 0 11 31 23 47 43 107
Binary 11001111 10111101 10011011 0 1001 11001 10011 100111 100011 1000111

Color Harmonies of #CFBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD9B

Black with #CFBD9B

Text Example


Text Example

White with #CFBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD9B; }

 p { color: rgb(207,189,155); }

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

background-color css

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

 a { background-color: rgb(207,189,155); }

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

border-color css

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

 span { border-color: rgb(207,189,155); }

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