Html Css Color HEX #CFBE73 Chenin

📋 copy color: '#CFBE73'

red 207 ◦ green 190 ◦ blue 115

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

Shades of Chenin #CFBE73

Tints of Chenin #CFBE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 40.43%
G = 37.11%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFBE73 (or 0xCFBE73) is known color: Chenin. HEX triplet: CF, BE and 73. RGB value is (207,190,115). Sum of RGB (Red+Green+Blue) = 207+190+115=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE73 is #30418C. Grayscale: #BABABA. Windows color (decimal): -3162509 or 7585487. OLE color: 7585487.

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

Color convert

RGB 207 190 115 -
CMYK 0 0.08 0.44 0.19
HSL 48.91º 0.49% 0.63% -
HSV(B) 48.91º 0.44% 0.81% -
XYZ 47.24 51.33 23.64 -
YUV 186.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 207 190 115 0 0.08 0.44 0.19 48.91 0.49 0.63
Hex CF BE 73 0 8 2C 13 31 31 3F
Octal 317 276 163 0 10 54 23 61 61 77
Binary 11001111 10111110 1110011 0 1000 101100 10011 110001 110001 111111

Color Harmonies of #CFBE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE73

Black with #CFBE73

Text Example


Text Example

White with #CFBE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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