Html Css Color HEX #CFB462 Tacha

📋 copy color: '#CFB462'

red 207 ◦ green 180 ◦ blue 98

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

Shades of Tacha #CFB462

Tints of Tacha #CFB462

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 42.68%
G = 37.11%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFB462 (or 0xCFB462) is known color: Tacha. HEX triplet: CF, B4 and 62. RGB value is (207,180,98). Sum of RGB (Red+Green+Blue) = 207+180+98=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB462 is #304B9D. Grayscale: #B3B3B3. Windows color (decimal): -3165086 or 6468815. OLE color: 6468815.

HSL color Cylindrical-coordinate representation of color #CFB462: hue angle of 45.14º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFB462 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 98 -
CMYK 0 0.13 0.53 0.19
HSL 45.14º 0.53% 0.6% -
HSV(B) 45.14º 0.53% 0.81% -
XYZ 44.26 46.79 18.25 -
YUV 178.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 207 180 98 0 0.13 0.53 0.19 45.14 0.53 0.6
Hex CF B4 62 0 D 35 13 2D 35 3C
Octal 317 264 142 0 15 65 23 55 65 74
Binary 11001111 10110100 1100010 0 1101 110101 10011 101101 110101 111100

Color Harmonies of #CFB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB462

Black with #CFB462

Text Example


Text Example

White with #CFB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB462; }

 p { color: rgb(207,180,98); }

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

background-color css

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

 a { background-color: rgb(207,180,98); }

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

border-color css

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

 span { border-color: rgb(207,180,98); }

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