Html Css Color HEX #CF9608 Gamboge

📋 copy color: '#CF9608'

red 207 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #CF9608

Tints of Gamboge #CF9608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 56.71%
G = 41.1%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF9608 (or 0xCF9608) is known color: Gamboge. HEX triplet: CF, 96 and 08. RGB value is (207,150,8). Sum of RGB (Red+Green+Blue) = 207+150+8=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9608 is #3069F7. Grayscale: #979797. Windows color (decimal): -3172856 or 562895. OLE color: 562895.

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

Color convert

RGB 207 150 8 -
CMYK 0 0.28 0.96 0.19
HSL 42.81º 0.93% 0.42% -
HSV(B) 42.81º 0.96% 0.81% -
XYZ 36.68 35.1 5.07 -
YUV 150.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 207 150 8 0 0.28 0.96 0.19 42.81 0.93 0.42
Hex CF 96 8 0 1C 60 13 2B 5D 2A
Octal 317 226 10 0 34 140 23 53 135 52
Binary 11001111 10010110 1000 0 11100 1100000 10011 101011 1011101 101010

Color Harmonies of #CF9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9608

Black with #CF9608

Text Example


Text Example

White with #CF9608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9608; }

 p { color: rgb(207,150,8); }

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

background-color css

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

 a { background-color: rgb(207,150,8); }

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

border-color css

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

 span { border-color: rgb(207,150,8); }

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