Html Css Color HEX #CFC246 Wattle

📋 copy color: '#CFC246'

red 207 ◦ green 194 ◦ blue 70

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

Shades of Wattle #CFC246

Tints of Wattle #CFC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.19%

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 43.95%
G = 41.19%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFC246 (or 0xCFC246) is known color: Wattle. HEX triplet: CF, C2 and 46. RGB value is (207,194,70). Sum of RGB (Red+Green+Blue) = 207+194+70=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC246 is #303DB9. Grayscale: #B8B8B8. Windows color (decimal): -3161530 or 4637391. OLE color: 4637391.

HSL color Cylindrical-coordinate representation of color #CFC246: hue angle of 54.31º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC246 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 70 -
CMYK 0 0.06 0.66 0.19
HSL 54.31º 0.59% 0.54% -
HSV(B) 54.31º 0.66% 0.81% -
XYZ 46.13 52.29 13.46 -
YUV 183.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 207 194 70 0 0.06 0.66 0.19 54.31 0.59 0.54
Hex CF C2 46 0 6 42 13 36 3B 36
Octal 317 302 106 0 6 102 23 66 73 66
Binary 11001111 11000010 1000110 0 110 1000010 10011 110110 111011 110110

Color Harmonies of #CFC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC246

Black with #CFC246

Text Example


Text Example

White with #CFC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC246; }

 p { color: rgb(207,194,70); }

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

background-color css

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

 a { background-color: rgb(207,194,70); }

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

border-color css

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

 span { border-color: rgb(207,194,70); }

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