Html Css Color HEX #CB966D Fallow

📋 copy color: '#CB966D'

red 203 ◦ green 150 ◦ blue 109

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

Shades of Fallow #CB966D

Tints of Fallow #CB966D

RGB

 RED value IS 203 (79.69% from 255) = 43.94%

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

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

R = 43.94%
G = 32.47%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB966D (or 0xCB966D) is known color: Fallow. HEX triplet: CB, 96 and 6D. RGB value is (203,150,109). Sum of RGB (Red+Green+Blue) = 203+150+109=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB966D is #346992. Grayscale: #A1A1A1. Windows color (decimal): -3434899 or 7182027. OLE color: 7182027.

HSL color Cylindrical-coordinate representation of color #CB966D: hue angle of 26.17º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB966D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 109 -
CMYK 0 0.26 0.46 0.20
HSL 26.17º 0.47% 0.61% -
HSV(B) 26.17º 0.46% 0.8% -
XYZ 38.3 35.61 19.32 -
YUV 161.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 203 150 109 0 0.26 0.46 0.20 26.17 0.47 0.61
Hex CB 96 6D 0 1A 2E 14 1A 2F 3D
Octal 313 226 155 0 32 56 24 32 57 75
Binary 11001011 10010110 1101101 0 11010 101110 10100 11010 101111 111101

Color Harmonies of #CB966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB966D

Black with #CB966D

Text Example


Text Example

White with #CB966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB966D; }

 p { color: rgb(203,150,109); }

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

background-color css

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

 a { background-color: rgb(203,150,109); }

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

border-color css

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

 span { border-color: rgb(203,150,109); }

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