Html Css Color HEX #CCB693 Sour Dough

📋 copy color: '#CCB693'

red 204 ◦ green 182 ◦ blue 147

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

Shades of Sour Dough #CCB693

Tints of Sour Dough #CCB693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

 BLUE value IS 147 (57.81% from 255) = 27.58%

R = 38.27%
G = 34.15%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB693 (or 0xCCB693) is known color: Sour Dough. HEX triplet: CC, B6 and 93. RGB value is (204,182,147). Sum of RGB (Red+Green+Blue) = 204+182+147=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB693 is #33496C. Grayscale: #B8B8B8. Windows color (decimal): -3361133 or 9680588. OLE color: 9680588.

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

Color convert

RGB 204 182 147 -
CMYK 0 0.11 0.28 0.2
HSL 36.84º 0.36% 0.69% -
HSV(B) 36.84º 0.28% 0.8% -
XYZ 46.9 48.4 34.47 -
YUV 184.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 204 182 147 0 0.11 0.28 0.2 36.84 0.36 0.69
Hex CC B6 93 0 B 1C 14 25 24 45
Octal 314 266 223 0 13 34 24 45 44 105
Binary 11001100 10110110 10010011 0 1011 11100 10100 100101 100100 1000101

Color Harmonies of #CCB693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB693

Black with #CCB693

Text Example


Text Example

White with #CCB693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB693; }

 p { color: rgb(204,182,147); }

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

background-color css

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

 a { background-color: rgb(204,182,147); }

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

border-color css

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

 span { border-color: rgb(204,182,147); }

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