Html Css Color HEX #CCBB96 Sour Dough

📋 copy color: '#CCBB96'

red 204 ◦ green 187 ◦ blue 150

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

Shades of Sour Dough #CCBB96

Tints of Sour Dough #CCBB96

RGB

 RED value IS 204 (80.08% from 255) = 37.71%

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 37.71%
G = 34.57%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCBB96 (or 0xCCBB96) is known color: Sour Dough. HEX triplet: CC, BB and 96. RGB value is (204,187,150). Sum of RGB (Red+Green+Blue) = 204+187+150=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB96 is #334469. Grayscale: #BCBCBC. Windows color (decimal): -3359850 or 9878476. OLE color: 9878476.

HSL color Cylindrical-coordinate representation of color #CCBB96: hue angle of 41.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBB96 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 150 -
CMYK 0 0.08 0.26 0.2
HSL 41.11º 0.35% 0.69% -
HSV(B) 41.11º 0.26% 0.8% -
XYZ 48.18 50.58 36.08 -
YUV 187.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 204 187 150 0 0.08 0.26 0.2 41.11 0.35 0.69
Hex CC BB 96 0 8 1A 14 29 23 45
Octal 314 273 226 0 10 32 24 51 43 105
Binary 11001100 10111011 10010110 0 1000 11010 10100 101001 100011 1000101

Color Harmonies of #CCBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB96

Black with #CCBB96

Text Example


Text Example

White with #CCBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB96; }

 p { color: rgb(204,187,150); }

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

background-color css

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

 a { background-color: rgb(204,187,150); }

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

border-color css

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

 span { border-color: rgb(204,187,150); }

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