Html Css Color HEX #CBD5C4 Ottoman

📋 copy color: '#CBD5C4'

red 203 ◦ green 213 ◦ blue 196

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

Shades of Ottoman #CBD5C4

Tints of Ottoman #CBD5C4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.8%

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 33.17%
G = 34.8%
B = 32.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#CBD5C4 (or 0xCBD5C4) is known color: Ottoman. HEX triplet: CB, D5 and C4. RGB value is (203,213,196). Sum of RGB (Red+Green+Blue) = 203+213+196=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C4 is #342A3B. Grayscale: #D0D0D0. Windows color (decimal): -3418684 or 12899787. OLE color: 12899787.

HSL color Cylindrical-coordinate representation of color #CBD5C4: hue angle of 95.29º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD5C4 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 213 196 -
CMYK 0.05 0 0.08 0.16
HSL 95.29º 0.17% 0.8% -
HSV(B) 95.29º 0.08% 0.84% -
XYZ 58.39 64.27 61.55 -
YUV 208.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 203 213 196 0.05 0 0.08 0.16 95.29 0.17 0.8
Hex CB D5 C4 5 0 8 10 5F 11 50
Octal 313 325 304 5 0 10 20 137 21 120
Binary 11001011 11010101 11000100 101 0 1000 10000 1011111 10001 1010000

Color Harmonies of #CBD5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5C4

Black with #CBD5C4

Text Example


Text Example

White with #CBD5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5C4; }

 p { color: rgb(203,213,196); }

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

background-color css

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

 a { background-color: rgb(203,213,196); }

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

border-color css

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

 span { border-color: rgb(203,213,196); }

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