Html Css Color HEX #CFBC6D Tacha

📋 copy color: '#CFBC6D'

red 207 ◦ green 188 ◦ blue 109

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

Shades of Tacha #CFBC6D

Tints of Tacha #CFBC6D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 41.07%
G = 37.3%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFBC6D (or 0xCFBC6D) is known color: Tacha. HEX triplet: CF, BC and 6D. RGB value is (207,188,109). Sum of RGB (Red+Green+Blue) = 207+188+109=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC6D is #304392. Grayscale: #B9B9B9. Windows color (decimal): -3163027 or 7191759. OLE color: 7191759.

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

Color convert

RGB 207 188 109 -
CMYK 0 0.09 0.47 0.19
HSL 48.37º 0.51% 0.62% -
HSV(B) 48.37º 0.47% 0.81% -
XYZ 46.48 50.34 21.73 -
YUV 184.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 207 188 109 0 0.09 0.47 0.19 48.37 0.51 0.62
Hex CF BC 6D 0 9 2F 13 30 33 3E
Octal 317 274 155 0 11 57 23 60 63 76
Binary 11001111 10111100 1101101 0 1001 101111 10011 110000 110011 111110

Color Harmonies of #CFBC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC6D

Black with #CFBC6D

Text Example


Text Example

White with #CFBC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC6D; }

 p { color: rgb(207,188,109); }

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

background-color css

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

 a { background-color: rgb(207,188,109); }

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

border-color css

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

 span { border-color: rgb(207,188,109); }

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