Html Css Color HEX #CCB794 Sour Dough

📋 copy color: '#CCB794'

red 204 ◦ green 183 ◦ blue 148

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

Shades of Sour Dough #CCB794

Tints of Sour Dough #CCB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 38.13%
G = 34.21%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB794 (or 0xCCB794) is known color: Sour Dough. HEX triplet: CC, B7 and 94. RGB value is (204,183,148). Sum of RGB (Red+Green+Blue) = 204+183+148=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB794 is #33486B. Grayscale: #B9B9B9. Windows color (decimal): -3360876 or 9746380. OLE color: 9746380.

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

Color convert

RGB 204 183 148 -
CMYK 0 0.10 0.27 0.2
HSL 37.5º 0.35% 0.69% -
HSV(B) 37.5º 0.27% 0.8% -
XYZ 47.18 48.84 34.96 -
YUV 185.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 204 183 148 0 0.10 0.27 0.2 37.5 0.35 0.69
Hex CC B7 94 0 A 1B 14 26 23 45
Octal 314 267 224 0 12 33 24 46 43 105
Binary 11001100 10110111 10010100 0 1010 11011 10100 100110 100011 1000101

Color Harmonies of #CCB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB794

Black with #CCB794

Text Example


Text Example

White with #CCB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB794; }

 p { color: rgb(204,183,148); }

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

background-color css

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

 a { background-color: rgb(204,183,148); }

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

border-color css

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

 span { border-color: rgb(204,183,148); }

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