Html Css Color HEX #CF9106 Gamboge

📋 copy color: '#CF9106'

red 207 ◦ green 145 ◦ blue 6

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

Shades of Gamboge #CF9106

Tints of Gamboge #CF9106

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.5%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 57.82%
G = 40.5%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF9106 (or 0xCF9106) is known color: Gamboge. HEX triplet: CF, 91 and 06. RGB value is (207,145,6). Sum of RGB (Red+Green+Blue) = 207+145+6=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9106 is #306EF9. Grayscale: #949494. Windows color (decimal): -3174138 or 430543. OLE color: 430543.

HSL color Cylindrical-coordinate representation of color #CF9106: hue angle of 41.49º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF9106 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 6 -
CMYK 0 0.30 0.97 0.19
HSL 41.49º 0.94% 0.42% -
HSV(B) 41.49º 0.97% 0.81% -
XYZ 35.89 33.53 4.75 -
YUV 147.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 207 145 6 0 0.30 0.97 0.19 41.49 0.94 0.42
Hex CF 91 6 0 1E 61 13 29 5E 2A
Octal 317 221 6 0 36 141 23 51 136 52
Binary 11001111 10010001 110 0 11110 1100001 10011 101001 1011110 101010

Color Harmonies of #CF9106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9106

Black with #CF9106

Text Example


Text Example

White with #CF9106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9106; }

 p { color: rgb(207,145,6); }

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

background-color css

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

 a { background-color: rgb(207,145,6); }

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

border-color css

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

 span { border-color: rgb(207,145,6); }

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