Html Css Color HEX #CFD5B1 Orinoco

📋 copy color: '#CFD5B1'

red 207 ◦ green 213 ◦ blue 177

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

Shades of Orinoco #CFD5B1

Tints of Orinoco #CFD5B1

RGB

 RED value IS 207 (81.25% from 255) = 34.67%

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

 BLUE value IS 177 (69.53% from 255) = 29.65%

R = 34.67%
G = 35.68%
B = 29.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#CFD5B1 (or 0xCFD5B1) is known color: Orinoco. HEX triplet: CF, D5 and B1. RGB value is (207,213,177). Sum of RGB (Red+Green+Blue) = 207+213+177=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5B1 is #302A4E. Grayscale: #CFCFCF. Windows color (decimal): -3156559 or 11654607. OLE color: 11654607.

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

Color convert

RGB 207 213 177 -
CMYK 0.03 0 0.17 0.16
HSL 70º 0.3% 0.76% -
HSV(B) 70º 0.17% 0.84% -
XYZ 57.46 64.03 50.93 -
YUV 207.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 207 213 177 0.03 0 0.17 0.16 70 0.3 0.76
Hex CF D5 B1 3 0 11 10 46 1E 4C
Octal 317 325 261 3 0 21 20 106 36 114
Binary 11001111 11010101 10110001 11 0 10001 10000 1000110 11110 1001100

Color Harmonies of #CFD5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5B1

Black with #CFD5B1

Text Example


Text Example

White with #CFD5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5B1; }

 p { color: rgb(207,213,177); }

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

background-color css

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

 a { background-color: rgb(207,213,177); }

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

border-color css

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

 span { border-color: rgb(207,213,177); }

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